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

Unified Diff: Source/platform/Widget.cpp

Issue 27048004: Move PlatformScreen, PlatformScreenChromium, and Widget to Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 7 years, 2 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
Index: Source/platform/Widget.cpp
diff --git a/Source/core/platform/Widget.cpp b/Source/platform/Widget.cpp
similarity index 99%
rename from Source/core/platform/Widget.cpp
rename to Source/platform/Widget.cpp
index 1cd6b4d6b693cca3175a2edb2ae8d009320acab7..8d8f28c1b662810a329d76b6aeeb51adb30bff6b 100644
--- a/Source/core/platform/Widget.cpp
+++ b/Source/platform/Widget.cpp
@@ -25,7 +25,7 @@
*/
#include "config.h"
-#include "core/platform/Widget.h"
+#include "platform/Widget.h"
#include "platform/HostWindow.h"
#include "platform/geometry/IntRect.h"

Powered by Google App Engine
This is Rietveld 408576698