Index: components/sync/base/sync_prefs_unittest.cc |
diff --git a/components/sync/driver/sync_prefs_unittest.cc b/components/sync/base/sync_prefs_unittest.cc |
similarity index 98% |
rename from components/sync/driver/sync_prefs_unittest.cc |
rename to components/sync/base/sync_prefs_unittest.cc |
index 53b30f15da3ee2da2596e154566eab0f70652068..4f572960d26805b439b385241229f8a0539291aa 100644 |
--- a/components/sync/driver/sync_prefs_unittest.cc |
+++ b/components/sync/base/sync_prefs_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/sync_prefs.h" |
+#include "components/sync/base/sync_prefs.h" |
#include "base/command_line.h" |
#include "base/message_loop/message_loop.h" |
@@ -10,7 +10,7 @@ |
#include "components/prefs/pref_notifier_impl.h" |
#include "components/prefs/pref_value_store.h" |
#include "components/prefs/testing_pref_service.h" |
-#include "components/sync/driver/pref_names.h" |
+#include "components/sync/base/pref_names.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |