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

Unified Diff: Source/WebKit/chromium/src/GeolocationClientProxy.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/WebKit/chromium/src/GeolocationClientProxy.h ('k') | Source/WebKit/chromium/src/IDBCallbacksProxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/GeolocationClientProxy.cpp
diff --git a/Source/WebKit/chromium/src/GeolocationClientProxy.cpp b/Source/WebKit/chromium/src/GeolocationClientProxy.cpp
index b2536dd6d618f28abb92d468bfbcec6369021422..94ee7cfa7a5b6a847b44c2308dcee4d096927bda 100644
--- a/Source/WebKit/chromium/src/GeolocationClientProxy.cpp
+++ b/Source/WebKit/chromium/src/GeolocationClientProxy.cpp
@@ -26,12 +26,12 @@
#include "config.h"
#include "GeolocationClientProxy.h"
-#include "Geolocation.h"
-#include "GeolocationPosition.h"
#include "WebGeolocationClient.h"
#include "WebGeolocationController.h"
#include "WebGeolocationPermissionRequest.h"
#include "WebGeolocationPosition.h"
+#include "modules/geolocation/Geolocation.h"
+#include "modules/geolocation/GeolocationPosition.h"
namespace WebKit {
« no previous file with comments | « Source/WebKit/chromium/src/GeolocationClientProxy.h ('k') | Source/WebKit/chromium/src/IDBCallbacksProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698