Index: chrome/browser/ui/tab_contents/tab_contents_wrapper.h |
diff --git a/chrome/browser/ui/tab_contents/tab_contents_wrapper.h b/chrome/browser/ui/tab_contents/tab_contents_wrapper.h |
index 08345c5ef673dc2d90a7941e6bb130d7d1a61c4c..3a5772c834a0ce67e3532317d68e6aca8912997e 100644 |
--- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.h |
+++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.h |
@@ -194,8 +194,7 @@ class TabContentsWrapper : public TabContentsObserver { |
virtual void TabContentsDestroyed(TabContents* tab) OVERRIDE; |
private: |
- FRIEND_TEST_ALL_PREFIXES( |
- PrefsTabHelperTest, OverridePrefsOnViewCreation); |
+ friend class PrefsTabHelperTest; |
// Used to retrieve this object from |tab_contents_|, which is placed in |
// its property bag to avoid adding additional interfaces. |