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

Unified Diff: Source/WebKit/chromium/src/WebGeolocationPermissionRequest.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/WebGeolocationPermissionRequest.cpp
diff --git a/Source/WebKit/chromium/src/WebGeolocationPermissionRequest.cpp b/Source/WebKit/chromium/src/WebGeolocationPermissionRequest.cpp
index aa6807a39db0a329911dfbf82e08def124c4da30..9fd6dc899ae9b6dd1d4b0cb6cd3add3141a24ddc 100644
--- a/Source/WebKit/chromium/src/WebGeolocationPermissionRequest.cpp
+++ b/Source/WebKit/chromium/src/WebGeolocationPermissionRequest.cpp
@@ -26,11 +26,11 @@
#include "config.h"
#include "WebGeolocationPermissionRequest.h"
-#include "Geolocation.h"
#include "WebSecurityOrigin.h"
#include "core/dom/Document.h"
#include "core/page/Frame.h"
#include "core/page/SecurityOrigin.h"
+#include "modules/geolocation/Geolocation.h"
#include <public/WebURL.h>
using namespace WebCore;
« no previous file with comments | « Source/WebKit/chromium/src/WebGeolocationError.cpp ('k') | Source/WebKit/chromium/src/WebGeolocationPosition.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698