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

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: Also slip in removing 'aw_' from aw_contents_client_ var name 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
« no previous file with comments | « android_webview/lib/DEPS ('k') | android_webview/lib/main/aw_main_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « android_webview/lib/DEPS ('k') | android_webview/lib/main/aw_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698