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

Unified Diff: components/update_client/test/test_installer.cc

Issue 808773005: Move most of the component updater artifacts to update_client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: components/update_client/test/test_installer.cc
diff --git a/components/component_updater/test/test_installer.cc b/components/update_client/test/test_installer.cc
similarity index 95%
rename from components/component_updater/test/test_installer.cc
rename to components/update_client/test/test_installer.cc
index e70d67e8132cabd831bf3f804c8cdb54db496d4e..b6a3f8432e3627cada0d439bee14ecd904696440 100644
--- a/components/component_updater/test/test_installer.cc
+++ b/components/update_client/test/test_installer.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/component_updater/test/test_installer.h"
+#include "components/update_client/test/test_installer.h"
#include <string>
@@ -10,7 +10,7 @@
#include "base/files/file_util.h"
#include "base/values.h"
-namespace component_updater {
+namespace update_client {
TestInstaller::TestInstaller() : error_(0), install_count_(0) {
}
@@ -83,4 +83,4 @@ bool VersionedTestInstaller::GetInstalledFile(const std::string& file,
return true;
}
-} // namespace component_updater
+} // namespace update_client

Powered by Google App Engine
This is Rietveld 408576698