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/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h index 575d0d1..a1fe1473 100644 --- a/content/public/browser/web_contents_delegate.h +++ b/content/public/browser/web_contents_delegate.h
@@ -17,9 +17,9 @@ #include "content/public/common/page_transition_types.h" #include "content/public/common/window_container_type.h" #include "third_party/skia/include/core/SkColor.h" +#include "ui/base/window_open_disposition.h" #include "ui/gfx/native_widget_types.h" #include "ui/gfx/rect_f.h" -#include "webkit/glue/window_open_disposition.h" class FilePath; class GURL;