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 81ba38a39991ef15d8805f0e4ee9c6b9fe2ba188..2a2e902215e451abcd6262074ba486c3e73ddf4c 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 "chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.h" |
+#include "content/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 web_contents_delegate_android::WebContentsDelegateAndroid { |
+ : public content::WebContentsDelegateAndroid { |
public: |
AwWebContentsDelegate(JNIEnv* env, jobject obj); |
virtual ~AwWebContentsDelegate(); |