Index: chrome/browser/component_updater/recovery_component_installer.cc |
diff --git a/chrome/browser/component_updater/recovery_component_installer.cc b/chrome/browser/component_updater/recovery_component_installer.cc |
index db620feac446242be657e27ae5559c201f01d142..bcf9aea418693866c47152c33e2194b2b86dbf71 100644 |
--- a/chrome/browser/component_updater/recovery_component_installer.cc |
+++ b/chrome/browser/component_updater/recovery_component_installer.cc |
@@ -24,6 +24,8 @@ |
using content::BrowserThread; |
+namespace component_updater { |
+ |
namespace { |
// CRX hash. The extension id is: npdjjkjlcidkjlamlmmdelcjbcpdjocm. |
@@ -154,3 +156,6 @@ void RegisterRecoveryComponent(ComponentUpdateService* cus, |
void RegisterPrefsForRecoveryComponent(PrefRegistrySimple* registry) { |
registry->RegisterStringPref(prefs::kRecoveryComponentVersion, "0.0.0.0"); |
} |
+ |
+} // namespace component_updater |
+ |