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

Unified Diff: Source/WebKit/chromium/src/PopupMenuChromium.cpp

Issue 16077002: Move popup menu code from core/platform to WebKit/chromium/src. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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 | « Source/WebKit/chromium/src/PopupMenuChromium.h ('k') | Source/WebKit/chromium/src/WebPopupMenuImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/PopupMenuChromium.cpp
diff --git a/Source/core/platform/chromium/PopupMenuChromium.cpp b/Source/WebKit/chromium/src/PopupMenuChromium.cpp
similarity index 96%
rename from Source/core/platform/chromium/PopupMenuChromium.cpp
rename to Source/WebKit/chromium/src/PopupMenuChromium.cpp
index 7156edb50017e49401a4ddb3fdb9405206b242e3..6e4e7fb3d74060fec4197b2185ef6f772b64e755 100644
--- a/Source/core/platform/chromium/PopupMenuChromium.cpp
+++ b/Source/WebKit/chromium/src/PopupMenuChromium.cpp
@@ -30,13 +30,13 @@
*/
#include "config.h"
-#include "core/platform/chromium/PopupMenuChromium.h"
+#include "PopupMenuChromium.h"
+#include "PopupContainer.h"
#include "core/page/Frame.h"
#include "core/page/FrameView.h"
#include "core/page/Page.h"
#include "core/page/Settings.h"
-#include "core/platform/chromium/PopupContainer.h"
namespace WebCore {
« no previous file with comments | « Source/WebKit/chromium/src/PopupMenuChromium.h ('k') | Source/WebKit/chromium/src/WebPopupMenuImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698