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

Unified Diff: chrome/browser/ui/tab_contents/tab_contents.h

Issue 10916309: [Android] Remove the dependency on TabContents. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove friend decl from TabContents Created 8 years, 3 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/aw_browser_dependency_factory_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/tab_contents/tab_contents.h
diff --git a/chrome/browser/ui/tab_contents/tab_contents.h b/chrome/browser/ui/tab_contents/tab_contents.h
index b66e0aa5c6837e6814acfc9986881d2581f8dfed..9d0b3c9b8edfbb700ffec92b4b0f2eaccb1ff1d9 100644
--- a/chrome/browser/ui/tab_contents/tab_contents.h
+++ b/chrome/browser/ui/tab_contents/tab_contents.h
@@ -76,10 +76,6 @@ class ZoomController;
class OneClickSigninHelper;
#endif
-namespace android_webview {
-class AwBrowserDependencyFactoryImpl;
-}
-
namespace browser_sync {
class SyncedTabDelegate;
}
@@ -145,7 +141,6 @@ class TabContents : public content::WebContentsObserver {
// more code to construct instances. Explicitly befriend those who currently
// do so.
- friend class android_webview::AwBrowserDependencyFactoryImpl;
friend class BasePanelBrowserTest;
friend class Browser;
friend class BrowserCommandsTabContentsCreator;
« no previous file with comments | « android_webview/lib/aw_browser_dependency_factory_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698