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

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: Created 8 years, 6 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 f1e65f4614ac4ebababe58b8704482fdf581586c..523b2fe65a8530cd60e95d247a4a2021e419009e 100644
--- a/chrome/browser/extensions/crx_installer_error.h
+++ b/chrome/browser/extensions/crx_installer_error.h
@@ -8,6 +8,8 @@
#include "base/string16.h"
+namespace extensions {
+
// Simple error class for CrxInstaller.
class CrxInstallerError {
public:
@@ -38,4 +40,6 @@ class CrxInstallerError {
string16 message_;
};
+} // namespace extensions
+
#endif // CHROME_BROWSER_EXTENSIONS_CRX_INSTALLER_ERROR_H_

Powered by Google App Engine
This is Rietveld 408576698