Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(451)

Unified Diff: ui/base/window_open_disposition.h

Issue 12036003: Move window_open_disposition.h from webkit/ into ui/base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/common/common_param_traits_macros.h ('k') | ui/ui.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/window_open_disposition.h
diff --git a/webkit/glue/window_open_disposition.h b/ui/base/window_open_disposition.h
similarity index 76%
rename from webkit/glue/window_open_disposition.h
rename to ui/base/window_open_disposition.h
index 11abfb6a0c7915f83346bf372622840b1bca1352..642dba71642809a4ebea954b6fbd3e4a38f410da 100644
--- a/webkit/glue/window_open_disposition.h
+++ b/ui/base/window_open_disposition.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_GLUE_WINDOW_OPEN_DISPOSITION_H_
-#define WEBKIT_GLUE_WINDOW_OPEN_DISPOSITION_H_
+#ifndef UI_BASE_WINDOW_OPEN_DISPOSITION_H_
+#define UI_BASE_WINDOW_OPEN_DISPOSITION_H_
enum WindowOpenDisposition {
UNKNOWN,
@@ -20,4 +20,4 @@ enum WindowOpenDisposition {
IGNORE_ACTION
};
-#endif // WEBKIT_GLUE_WINDOW_OPEN_DISPOSITION_H_
+#endif // UI_BASE_WINDOW_OPEN_DISPOSITION_H_
« no previous file with comments | « content/public/common/common_param_traits_macros.h ('k') | ui/ui.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698