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

Unified Diff: Source/core/html/HTMLObjectElement.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/HTMLObjectElement.cpp
diff --git a/Source/core/html/HTMLObjectElement.cpp b/Source/core/html/HTMLObjectElement.cpp
index 5c75b5fe7d6f93cb25b3f4b1f5f880b8f5a9ed1c..f6bf6ed54a87ef8a156a6cae1567a019c63c1fa3 100644
--- a/Source/core/html/HTMLObjectElement.cpp
+++ b/Source/core/html/HTMLObjectElement.cpp
@@ -39,10 +39,10 @@
#include "core/html/parser/HTMLParserIdioms.h"
#include "core/page/Settings.h"
#include "core/platform/MIMETypeRegistry.h"
-#include "core/platform/Widget.h"
#include "core/platform/network/FormDataList.h"
#include "core/plugins/PluginView.h"
#include "core/rendering/RenderEmbeddedObject.h"
+#include "platform/Widget.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698