Index: android_webview/native/aw_web_contents_delegate.h |
diff --git a/android_webview/native/aw_web_contents_delegate.h b/android_webview/native/aw_web_contents_delegate.h |
index c9270d0ddd87defd8f17e17f26559311967b0001..737c6b1bd58a850838d99e646621704c28544a22 100644 |
--- a/android_webview/native/aw_web_contents_delegate.h |
+++ b/android_webview/native/aw_web_contents_delegate.h |
@@ -7,7 +7,7 @@ |
#include <jni.h> |
-#include "content/components/web_contents_delegate_android/web_contents_delegate_android.h" |
+#include "components/web_contents_delegate_android/web_contents_delegate_android.h" |
namespace android_webview { |
@@ -15,7 +15,7 @@ namespace android_webview { |
// Should contain WebContentsDelegate code required by WebView that should not |
// be part of the Chromium Android port. |
class AwWebContentsDelegate |
- : public content::WebContentsDelegateAndroid { |
+ : public components::WebContentsDelegateAndroid { |
public: |
AwWebContentsDelegate(JNIEnv* env, jobject obj); |
virtual ~AwWebContentsDelegate(); |