Index: chrome/browser/component_updater/swiftshader_component_installer.cc |
diff --git a/chrome/browser/component_updater/swiftshader_component_installer.cc b/chrome/browser/component_updater/swiftshader_component_installer.cc |
index 038c294e402ff2c8f94d5d3212089387f7814043..9e9020fa410eec1903b78473d95979fe0c4b2daa 100644 |
--- a/chrome/browser/component_updater/swiftshader_component_installer.cc |
+++ b/chrome/browser/component_updater/swiftshader_component_installer.cc |
@@ -25,6 +25,8 @@ |
using content::BrowserThread; |
using content::GpuDataManager; |
+namespace component_updater { |
+ |
namespace { |
// CRX hash. The extension id is: nhfgdggnnopgbfdlpeoalgcjdgfafocg. |
@@ -244,3 +246,6 @@ void RegisterSwiftShaderComponent(ComponentUpdateService* cus) { |
base::Bind(&RegisterSwiftShaderPath, cus)); |
#endif |
} |
+ |
+} // namespace component_updater |
+ |