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

Unified Diff: chrome/browser/extensions/crx_installer_error.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
Index: chrome/browser/extensions/crx_installer_error.h
diff --git a/chrome/browser/extensions/crx_installer_error.h b/chrome/browser/extensions/crx_installer_error.h
index c26cc07d4a28ec4e0e6a505bf35a1d0bcb21f41c..c21c1745d4e5e0b7b159d86fa29e0fab9b7b0539 100644
--- a/chrome/browser/extensions/crx_installer_error.h
+++ b/chrome/browser/extensions/crx_installer_error.h
@@ -7,6 +7,8 @@
#include "base/string16.h"
+namespace extensions {
+
// Simple error class for CrxInstaller.
class CrxInstallerError {
public:
@@ -37,4 +39,6 @@ class CrxInstallerError {
string16 message_;
};
+} // namespace extensions
+
#endif // CHROME_BROWSER_EXTENSIONS_CRX_INSTALLER_ERROR_H_
« no previous file with comments | « chrome/browser/extensions/crx_installer_browsertest.cc ('k') | chrome/browser/extensions/extension_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698