| Index: components/sync/driver/startup_controller_unittest.cc
|
| diff --git a/components/sync_driver/startup_controller_unittest.cc b/components/sync/driver/startup_controller_unittest.cc
|
| similarity index 97%
|
| rename from components/sync_driver/startup_controller_unittest.cc
|
| rename to components/sync/driver/startup_controller_unittest.cc
|
| index cb6ac3ed0843c5e9789dfa44cf630c9390fa84cf..fbc0ec49c0af13b26670219635657065f1becaee 100644
|
| --- a/components/sync_driver/startup_controller_unittest.cc
|
| +++ b/components/sync/driver/startup_controller_unittest.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/sync_driver/startup_controller.h"
|
| +#include "components/sync/driver/startup_controller.h"
|
|
|
| #include <string>
|
|
|
| @@ -10,8 +10,8 @@
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/run_loop.h"
|
| #include "base/time/time.h"
|
| -#include "components/sync_driver/sync_driver_switches.h"
|
| -#include "components/sync_driver/sync_prefs.h"
|
| +#include "components/sync/driver/sync_driver_switches.h"
|
| +#include "components/sync/driver/sync_prefs.h"
|
| #include "components/syncable_prefs/testing_pref_service_syncable.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|