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

Unified Diff: Source/core/loader/EmptyClients.h

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner 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
« no previous file with comments | « Source/core/loader/DocumentWriter.cpp ('k') | Source/core/loader/FormState.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/EmptyClients.h
diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
index 5a25ac65d8e93210fd4982b3947523521c1a1c8a..4717988f5c41611e959249b89356c389dd4d9101 100644
--- a/Source/core/loader/EmptyClients.h
+++ b/Source/core/loader/EmptyClients.h
@@ -29,9 +29,8 @@
#ifndef EmptyClients_h
#define EmptyClients_h
-#include "DeviceMotionClient.h"
-#include "DeviceOrientationClient.h"
#include "InspectorClient.h"
+#include "core/dom/DeviceOrientationClient.h"
#include "core/loader/FrameLoaderClient.h"
#include "core/page/ChromeClient.h"
#include "core/page/ContextMenuClient.h"
@@ -42,6 +41,7 @@
#include "core/platform/graphics/FloatRect.h"
#include "core/platform/network/ResourceError.h"
#include "core/platform/text/TextCheckerClient.h"
+#include "modules/device_orientation/DeviceMotionClient.h"
#include <v8.h>
« no previous file with comments | « Source/core/loader/DocumentWriter.cpp ('k') | Source/core/loader/FormState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698