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

Unified Diff: Source/WebKit/chromium/src/WebGeolocationError.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/WebGeolocationError.cpp
diff --git a/Source/WebKit/chromium/src/WebGeolocationError.cpp b/Source/WebKit/chromium/src/WebGeolocationError.cpp
index aa6e0d7fceb06d1d0c14fa6de5757ebe85917055..ae349e7d022e5cf5810d7fce3bc2267b10c57ed0 100644
--- a/Source/WebKit/chromium/src/WebGeolocationError.cpp
+++ b/Source/WebKit/chromium/src/WebGeolocationError.cpp
@@ -26,7 +26,7 @@
#include "config.h"
#include "WebGeolocationError.h"
-#include "GeolocationError.h"
+#include "modules/geolocation/GeolocationError.h"
#include <public/WebString.h>
using namespace WebCore;

Powered by Google App Engine
This is Rietveld 408576698