Index: components/sync_driver/backup_rollback_controller_unittest.cc |
diff --git a/chrome/browser/sync/backup_rollback_controller_unittest.cc b/components/sync_driver/backup_rollback_controller_unittest.cc |
similarity index 98% |
rename from chrome/browser/sync/backup_rollback_controller_unittest.cc |
rename to components/sync_driver/backup_rollback_controller_unittest.cc |
index 8f6ff7593a19e85bfd8e8c8b67abbaca3d2d9581..a814401763f246d76906e54aed814de21d6ea3cc 100644 |
--- a/chrome/browser/sync/backup_rollback_controller_unittest.cc |
+++ b/components/sync_driver/backup_rollback_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 "chrome/browser/sync/backup_rollback_controller.h" |
+#include "components/sync_driver/backup_rollback_controller.h" |
#include "base/command_line.h" |
#include "base/location.h" |
@@ -143,4 +143,3 @@ TEST_F(BackupRollbackControllerTest, NoRollbackIfDisabled) { |
#endif |
} // anonymous namespace |
- |