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

Unified Diff: Source/WebKit/chromium/src/WebGeolocationController.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
Index: Source/WebKit/chromium/src/WebGeolocationController.cpp
diff --git a/Source/WebKit/chromium/src/WebGeolocationController.cpp b/Source/WebKit/chromium/src/WebGeolocationController.cpp
index 12cbaa097387644680c5f9d12044b6e58b9dba1b..3ab4edec6cb87b4cbc7de4ede680def0cd394ef3 100644
--- a/Source/WebKit/chromium/src/WebGeolocationController.cpp
+++ b/Source/WebKit/chromium/src/WebGeolocationController.cpp
@@ -26,11 +26,11 @@
#include "config.h"
#include "WebGeolocationController.h"
-#include "GeolocationController.h"
-#include "GeolocationError.h"
-#include "GeolocationPosition.h"
#include "WebGeolocationError.h"
#include "WebGeolocationPosition.h"
+#include "modules/geolocation/GeolocationController.h"
+#include "modules/geolocation/GeolocationError.h"
+#include "modules/geolocation/GeolocationPosition.h"
#include <wtf/PassRefPtr.h>
#include <wtf/RefPtr.h>
« no previous file with comments | « Source/WebKit/chromium/src/WebGeolocationClientMock.cpp ('k') | Source/WebKit/chromium/src/WebGeolocationError.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698