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 96ece8958aed80ab5d3ab22d7b4e98f0284be943..65f4481374d376cf491202b7d69423f5fdd77022 100644 |
--- a/chrome/browser/ui/tab_contents/tab_contents.h |
+++ b/chrome/browser/ui/tab_contents/tab_contents.h |
@@ -129,6 +129,7 @@ class TabContents : public content::WebContentsObserver { |
friend class PanelHost; |
friend class prerender::PrerenderContents; |
friend class ShellWindow; |
+ friend class TabAndroid; |
Yaron
2012/09/24 20:11:32
You may want to fix (see comment above). You can a
David Trainor- moved to gerrit
2012/09/24 23:39:57
Talked to Avi. Got rid of our reliance on a TabCo
|
friend class TabContentsTestHarness; |
friend class TabStripModel; |
friend class TabStripModelContentsCreator; |