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

Unified Diff: Source/core/html/HTMLAppletElement.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/core/html/HTMLAppletElement.cpp
diff --git a/Source/core/html/HTMLAppletElement.cpp b/Source/core/html/HTMLAppletElement.cpp
index cbf9199beaa523019f7fd8082b4f735c7cd0e4f3..f342e892526503b9b628412ea0caf15f697ab625 100644
--- a/Source/core/html/HTMLAppletElement.cpp
+++ b/Source/core/html/HTMLAppletElement.cpp
@@ -31,8 +31,8 @@
#include "core/page/ContentSecurityPolicy.h"
#include "core/frame/Frame.h"
#include "core/page/Settings.h"
-#include "core/platform/Widget.h"
#include "core/rendering/RenderApplet.h"
+#include "platform/Widget.h"
#include "weborigin/SecurityOrigin.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698