Index: chrome/browser/component_updater/pepper_flash_component_installer.cc |
diff --git a/chrome/browser/component_updater/pepper_flash_component_installer.cc b/chrome/browser/component_updater/pepper_flash_component_installer.cc |
index f21234b64c12b1046ceca8c564edf7958ba4d477..e442d5da7170d8aa57b80c3eb18de158a3b036d6 100644 |
--- a/chrome/browser/component_updater/pepper_flash_component_installer.cc |
+++ b/chrome/browser/component_updater/pepper_flash_component_installer.cc |
@@ -43,6 +43,8 @@ |
using content::BrowserThread; |
using content::PluginService; |
+namespace component_updater { |
+ |
namespace { |
// File name of the Pepper Flash component manifest on different platforms. |
@@ -407,3 +409,6 @@ void RegisterPepperFlashComponent(ComponentUpdateService* cus) { |
base::Bind(&StartPepperFlashUpdateRegistration, cus)); |
#endif |
} |
+ |
+} // namespace component_updater |
+ |