Index: chrome/browser/extensions/extension_creator.h |
diff --git a/chrome/browser/extensions/extension_creator.h b/chrome/browser/extensions/extension_creator.h |
index 71d5091b78c8e233757bf8d5485e6cc45416e786..48d52335cc22d9d8f0e8f506acbc87d40f078ea9 100644 |
--- a/chrome/browser/extensions/extension_creator.h |
+++ b/chrome/browser/extensions/extension_creator.h |
@@ -17,6 +17,8 @@ class RSAPrivateKey; |
class FilePath; |
+namespace extensions { |
+ |
// This class create an installable extension (.crx file) given an input |
// directory that contains a valid manifest.json and the extension's resources |
// contained within that directory. The output .crx file is always signed with a |
@@ -95,4 +97,6 @@ class ExtensionCreator { |
DISALLOW_COPY_AND_ASSIGN(ExtensionCreator); |
}; |
+} // namespace extensions |
+ |
#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_CREATOR_H_ |