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 3869468c8..aa6e0d7fc 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 "platform/WebString.h" +#include <public/WebString.h> using namespace WebCore; |