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

Unified Diff: chrome/browser/component_updater/test/test_installer.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/test/test_installer.cc
diff --git a/chrome/browser/component_updater/test/test_installer.cc b/chrome/browser/component_updater/test/test_installer.cc
index 62ae49462f19a6d1a406af3401092dbb153b743b..400edca82c98214a093ba2a4d10a7ba89ca45354 100644
--- a/chrome/browser/component_updater/test/test_installer.cc
+++ b/chrome/browser/component_updater/test/test_installer.cc
@@ -8,6 +8,8 @@
#include "base/files/file_path.h"
#include "base/values.h"
+namespace component_updater {
+
TestInstaller::TestInstaller()
: error_(0), install_count_(0) {
}
@@ -78,3 +80,6 @@ bool VersionedTestInstaller::GetInstalledFile(const std::string& file,
*installed_file = path.Append(base::FilePath::FromUTF8Unsafe(file));
return true;
}
+
+} // namespace component_updater
+

Powered by Google App Engine
This is Rietveld 408576698