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

Unified Diff: chrome/browser/component_updater/component_patcher_win.cc

Issue 138553004: Move component updater artifacts into component_updater namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/component_updater/component_patcher_win.cc
diff --git a/chrome/browser/component_updater/component_patcher_win.cc b/chrome/browser/component_updater/component_patcher_win.cc
index 20160b0e025629fb0b5efb09d13fa8b331bbd2e6..f4d5ac26a6b55e45549ce14499e01ac058524d8b 100644
--- a/chrome/browser/component_updater/component_patcher_win.cc
+++ b/chrome/browser/component_updater/component_patcher_win.cc
@@ -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,5 @@ ComponentUnpacker::Error ComponentPatcherWin::Patch(
ComponentUnpacker::kNone;
}
+} // namespace component_updater
+
« no previous file with comments | « chrome/browser/component_updater/component_patcher_win.h ('k') | chrome/browser/component_updater/component_unpacker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698