commit | f47621b16b748a2cb828e2f28b39f717c48ab65d | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Jan 22 20:50:33 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Jan 22 20:50:33 2013 |
tree | 45c6d393814eb5ebfcaecab75bb814f228fb6fa0 | |
parent | 801ae92b68cccbae5ee9b63a392217ae88fb5ba6 [diff] [blame] |
Move window_open_disposition.h from webkit/ into ui/base. This reduces one more dependency on webkit from chrome. BUG=146251 [email protected],[email protected] [email protected],[email protected] Review URL: https://codereview.chromium.org/12036003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178082 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/extensions/extension_tab_util.h b/chrome/browser/extensions/extension_tab_util.h index 3a8aa22..17d5e62 100644 --- a/chrome/browser/extensions/extension_tab_util.h +++ b/chrome/browser/extensions/extension_tab_util.h
@@ -8,7 +8,7 @@ #include <string> #include "base/callback.h" -#include "webkit/glue/window_open_disposition.h" +#include "ui/base/window_open_disposition.h" class Browser; class GURL;