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 449964770313838d66c2cb5ef27a0dccfa9f73d3..a4b3a6caba65edab861c88d6bee42396112a0848 100644 |
--- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.h |
+++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.h |
@@ -191,8 +191,7 @@ class TabContentsWrapper : public content::WebContentsObserver { |
virtual void WebContentsDestroyed(content::WebContents* 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. |