| Index: chrome/common/extensions/manifest.h
|
| diff --git a/chrome/common/extensions/manifest.h b/chrome/common/extensions/manifest.h
|
| index 8efd6a2cbceced5c73b518e0d75c6e1e7fa7aca2..d826e196513bdc9502d163619b779ea6ccb799f9 100644
|
| --- a/chrome/common/extensions/manifest.h
|
| +++ b/chrome/common/extensions/manifest.h
|
| @@ -14,6 +14,8 @@
|
| #include "base/values.h"
|
| #include "chrome/common/extensions/extension.h"
|
|
|
| +FORWARD_DECLARE_TEST(ExtensionManagementApiTest, Basics);
|
| +
|
| namespace extensions {
|
|
|
| // Wraps the DictionaryValue form of extension's manifest. Enforces access to
|
| @@ -91,6 +93,8 @@ class Manifest {
|
|
|
| Extension::Type type_;
|
|
|
| + FRIEND_TEST_ALL_PREFIXES(::ExtensionManagementApiTest, Basics);
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(Manifest);
|
| };
|
|
|
|
|