diff options
Diffstat (limited to 'Source/WebKit/chromium/src/WebGeolocationError.cpp')
-rw-r--r-- | Source/WebKit/chromium/src/WebGeolocationError.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/chromium/src/WebGeolocationError.cpp b/Source/WebKit/chromium/src/WebGeolocationError.cpp index aa6e0d7fc..3869468c8 100644 --- a/Source/WebKit/chromium/src/WebGeolocationError.cpp +++ b/Source/WebKit/chromium/src/WebGeolocationError.cpp @@ -27,7 +27,7 @@ #include "WebGeolocationError.h" #include "GeolocationError.h" -#include <public/WebString.h> +#include "platform/WebString.h" using namespace WebCore; |