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

Unified Diff: components/update_client/test/test_configurator.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_configurator.cc
diff --git a/components/component_updater/test/test_configurator.cc b/components/update_client/test/test_configurator.cc
similarity index 94%
rename from components/component_updater/test/test_configurator.cc
rename to components/update_client/test/test_configurator.cc
index a1b88b3f4e7863ee4cde98201cb67e8b7748ac66..27aaf5f693d749a0c9d700bfdebae83ee191995c 100644
--- a/components/component_updater/test/test_configurator.cc
+++ b/components/update_client/test/test_configurator.cc
@@ -2,14 +2,14 @@
// 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_configurator.h"
+#include "components/update_client/test/test_configurator.h"
#include "base/run_loop.h"
#include "base/version.h"
-#include "components/component_updater/component_patcher_operation.h"
+#include "components/update_client/component_patcher_operation.h"
#include "url/gurl.h"
-namespace component_updater {
+namespace update_client {
namespace {
@@ -151,4 +151,4 @@ TestConfigurator::GetSingleThreadTaskRunner() const {
return NULL;
}
-} // namespace component_updater
+} // namespace update_client

Powered by Google App Engine
This is Rietveld 408576698