Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / component_updater / component_patcher_win.cc
index 20160b0..9e38c0c 100644 (file)
@@ -16,6 +16,8 @@
 #include "base/win/scoped_handle.h"
 #include "chrome/installer/util/util_constants.h"
 
+namespace component_updater {
+
 namespace {
 
 std::string PatchTypeToCommandLineSwitch(
@@ -112,3 +114,4 @@ ComponentUnpacker::Error ComponentPatcherWin::Patch(
                   ComponentUnpacker::kNone;
 }
 
+}  // namespace component_updater