| Index: android_webview/lib/main/aw_main_delegate.h
|
| diff --git a/android_webview/lib/main/aw_main_delegate.h b/android_webview/lib/main/aw_main_delegate.h
|
| index d005ef7d55ba76946666382182d0ebd251f17694..b5185362989867acf0d469ecbe2536bfaf8ba91d 100644
|
| --- a/android_webview/lib/main/aw_main_delegate.h
|
| +++ b/android_webview/lib/main/aw_main_delegate.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef ANDROID_WEBVIEW_LIB_MAIN_AW_MAIN_DELEGATE_H_
|
| #define ANDROID_WEBVIEW_LIB_MAIN_AW_MAIN_DELEGATE_H_
|
|
|
| +#include "android_webview/common/aw_content_client.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "chrome/common/chrome_content_client.h"
|
| #include "content/public/app/content_main_delegate.h"
|
|
|
| namespace content {
|
| @@ -35,7 +35,7 @@ class AwMainDelegate : public content::ContentMainDelegate {
|
| CreateContentRendererClient() OVERRIDE;
|
|
|
| scoped_ptr<content::BrowserMainRunner> browser_runner_;
|
| - chrome::ChromeContentClient chrome_content_client_;
|
| + android_webview::AwContentClient content_client_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AwMainDelegate);
|
| };
|
|
|