Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(719)

Unified Diff: android_webview/lib/main/aw_main_delegate.h

Issue 11017024: Implement AwContentsClient and remove dependency on chrome/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..aff04b605a940d52aa4b974987306700a85d8696 100644
--- a/android_webview/lib/main/aw_main_delegate.h
+++ b/android_webview/lib/main/aw_main_delegate.h
@@ -6,8 +6,8 @@
#define ANDROID_WEBVIEW_LIB_MAIN_AW_MAIN_DELEGATE_H_
#include "base/memory/scoped_ptr.h"
-#include "chrome/common/chrome_content_client.h"
#include "content/public/app/content_main_delegate.h"
+#include "android_webview/common/aw_content_client.h"
boliu 2012/10/08 22:43:43 Doh! Forgot to sort.
namespace content {
class BrowserMainRunner;
@@ -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 aw_content_client_;
DISALLOW_COPY_AND_ASSIGN(AwMainDelegate);
};

Powered by Google App Engine
This is Rietveld 408576698