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

Unified Diff: Source/core/platform/mock/GeolocationClientMock.cpp

Issue 14383019: Absolutify paths to modules/*, part 1. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: .... 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/platform/mock/GeolocationClientMock.h ('k') | Source/core/scripts/make_dom_exceptions.pl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/mock/GeolocationClientMock.cpp
diff --git a/Source/core/platform/mock/GeolocationClientMock.cpp b/Source/core/platform/mock/GeolocationClientMock.cpp
index 452b4991d28ec95cde0c9a9d462b5d987443ba6b..8b0be679be4799e9920386a48a5f9ffd76e0ceba 100644
--- a/Source/core/platform/mock/GeolocationClientMock.cpp
+++ b/Source/core/platform/mock/GeolocationClientMock.cpp
@@ -32,9 +32,9 @@
#include "config.h"
#include "core/platform/mock/GeolocationClientMock.h"
-#include "GeolocationController.h"
-#include "GeolocationError.h"
-#include "GeolocationPosition.h"
+#include "modules/geolocation/GeolocationController.h"
+#include "modules/geolocation/GeolocationError.h"
+#include "modules/geolocation/GeolocationPosition.h"
namespace WebCore {
« no previous file with comments | « Source/core/platform/mock/GeolocationClientMock.h ('k') | Source/core/scripts/make_dom_exceptions.pl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698