diff options
Diffstat (limited to 'android_webview/common/aw_hit_test_data.h')
-rw-r--r-- | android_webview/common/aw_hit_test_data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android_webview/common/aw_hit_test_data.h b/android_webview/common/aw_hit_test_data.h index 14cce60..d72bcf7 100644 --- a/android_webview/common/aw_hit_test_data.h +++ b/android_webview/common/aw_hit_test_data.h @@ -6,7 +6,7 @@ #define ANDROID_WEBVIEW_COMMON_AW_HIT_TEST_DATA_H_ #include "base/strings/string16.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" namespace android_webview { |