Index: chrome/common/extensions/extension.h |
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h |
index b1665c6e02b367217886af65210866e08daa5e75..b396c85c3dbe3d4dbfbae49ce7486d3480a8cd27 100644 |
--- a/chrome/common/extensions/extension.h |
+++ b/chrome/common/extensions/extension.h |
@@ -42,14 +42,16 @@ class DictionaryValue; |
class ListValue; |
} |
-namespace extensions { |
-class Manifest; |
-} |
- |
namespace webkit_glue { |
struct WebIntentServiceData; |
} |
+FORWARD_DECLARE_TEST(TabStripModelTest, Apps); |
+ |
+namespace extensions { |
+ |
+class Manifest; |
+ |
// Represents a Chrome extension. |
class Extension : public base::RefCountedThreadSafe<Extension> { |
public: |
@@ -1055,7 +1057,7 @@ class Extension : public base::RefCountedThreadSafe<Extension> { |
std::string content_security_policy_; |
FRIEND_TEST_ALL_PREFIXES(ExtensionTest, LoadPageActionHelper); |
- FRIEND_TEST_ALL_PREFIXES(TabStripModelTest, Apps); |
+ FRIEND_TEST_ALL_PREFIXES(::TabStripModelTest, Apps); |
DISALLOW_COPY_AND_ASSIGN(Extension); |
}; |
@@ -1117,4 +1119,6 @@ struct UpdatedExtensionPermissionsInfo { |
Reason reason); |
}; |
+} // namespace extensions |
+ |
#endif // CHROME_COMMON_EXTENSIONS_EXTENSION_H_ |