Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5809)

Unified Diff: chrome/browser/extensions/crx_file.h

Issue 10683003: Moved CrxInstaller and CrxInstallerError into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest-er master Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/download/download_crx_util_android.cc ('k') | chrome/browser/extensions/crx_file.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/crx_file.h
diff --git a/chrome/browser/extensions/crx_file.h b/chrome/browser/extensions/crx_file.h
index c1f30405be25ab7c34c03e6b1cb2cddb1bbd02c2..2faa8ee9cffc31cc5ce9e780b3b8adc3e9c81bc5 100644
--- a/chrome/browser/extensions/crx_file.h
+++ b/chrome/browser/extensions/crx_file.h
@@ -9,10 +9,11 @@
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
+namespace extensions {
+
// CRX files have a header that includes a magic key, version number, and
// some signature sizing information. Use CrxFile object to validate whether
// the header is valid or not.
-
class CrxFile {
public:
@@ -70,4 +71,6 @@ class CrxFile {
static bool HeaderIsValid(const Header& header, Error* error);
};
+} // namespace extensions
+
#endif // CHROME_BROWSER_EXTENSIONS_CRX_FILE_H_
« no previous file with comments | « chrome/browser/download/download_crx_util_android.cc ('k') | chrome/browser/extensions/crx_file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698