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

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

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu Created 7 years, 8 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/WebKit/chromium/src/WebPluginContainerImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebPluginContainerImpl.cpp b/Source/WebKit/chromium/src/WebPluginContainerImpl.cpp
index 567bad86ba8ab53b986cdf6122f9ae9d3857f35d..c3ca27713fd7ac3a3f14226674312acd850d160a 100644
--- a/Source/WebKit/chromium/src/WebPluginContainerImpl.cpp
+++ b/Source/WebKit/chromium/src/WebPluginContainerImpl.cpp
@@ -56,22 +56,22 @@
#include "HTMLNames.h"
#include "HTMLPlugInElement.h"
#include "HitTestResult.h"
-#include "HostWindow.h"
#include "IFrameShimSupport.h"
#include "KeyboardEvent.h"
#include "MouseEvent.h"
#include "Page.h"
-#include "PlatformGestureEvent.h"
#include "RenderBox.h"
#include "ScriptController.h"
-#include "ScrollAnimator.h"
-#include "ScrollView.h"
-#include "ScrollbarTheme.h"
#include "ScrollingCoordinator.h"
#include "TouchEvent.h"
#include "UserGestureIndicator.h"
#include "WebPrintParams.h"
#include "WheelEvent.h"
+#include "core/platform/HostWindow.h"
+#include "core/platform/PlatformGestureEvent.h"
+#include "core/platform/ScrollAnimator.h"
+#include "core/platform/ScrollView.h"
+#include "core/platform/ScrollbarTheme.h"
#include "core/platform/chromium/KeyboardCodes.h"
#include "core/platform/graphics/GraphicsContext.h"
#include "core/platform/graphics/chromium/GraphicsLayerChromium.h"
« no previous file with comments | « Source/WebKit/chromium/src/WebPluginContainerImpl.h ('k') | Source/WebKit/chromium/src/WebPluginScrollbarImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698