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;