diff options
Diffstat (limited to 'content/renderer/android/content_detector.h')
-rw-r--r-- | content/renderer/android/content_detector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/android/content_detector.h b/content/renderer/android/content_detector.h index 8a06ee7..d17a585 100644 --- a/content/renderer/android/content_detector.h +++ b/content/renderer/android/content_detector.h @@ -5,8 +5,8 @@ #ifndef CONTENT_RENDERER_ANDROID_CONTENT_DETECTOR_H_ #define CONTENT_RENDERER_ANDROID_CONTENT_DETECTOR_H_ -#include "googleurl/src/gurl.h" #include "third_party/WebKit/public/web/WebRange.h" +#include "url/gurl.h" namespace WebKit { class WebHitTestResult; |