| Index: chrome/browser/android/chrome_web_contents_delegate_android.h
|
| diff --git a/chrome/browser/android/chrome_web_contents_delegate_android.h b/chrome/browser/android/chrome_web_contents_delegate_android.h
|
| index ea6adc19009591adb070b0d141cb6d163be450fa..31916c381ccc5456ad658ea048bcbf24ea224844 100644
|
| --- a/chrome/browser/android/chrome_web_contents_delegate_android.h
|
| +++ b/chrome/browser/android/chrome_web_contents_delegate_android.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"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
|
|
| @@ -30,7 +30,7 @@ namespace android {
|
| // Should contain any WebContentsDelegate implementations required by
|
| // the Chromium Android port but not to be shared with WebView.
|
| class ChromeWebContentsDelegateAndroid
|
| - : public web_contents_delegate_android::WebContentsDelegateAndroid,
|
| + : public content::WebContentsDelegateAndroid,
|
| public content::NotificationObserver {
|
| public:
|
| ChromeWebContentsDelegateAndroid(JNIEnv* env, jobject obj);
|
|
|