| 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
|
|
|