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

Unified Diff: components/sync_driver/backup_rollback_controller_unittest.cc

Issue 1354883003: Componentize chrome/browser/sync/backup_rollback_controller (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/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
-

Powered by Google App Engine
This is Rietveld 408576698