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

Unified Diff: components/sync_driver/glue/sync_backend_host_core.cc

Issue 1433473007: [NOT FOR REVIEW] Copy of Max's CL with conflicts fixed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pss_strings
Patch Set: Created 5 years, 1 month 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/glue/sync_backend_host_core.cc
diff --git a/chrome/browser/sync/glue/sync_backend_host_core.cc b/components/sync_driver/glue/sync_backend_host_core.cc
similarity index 99%
rename from chrome/browser/sync/glue/sync_backend_host_core.cc
rename to components/sync_driver/glue/sync_backend_host_core.cc
index feaf26c0ca24cf5b55ddf81e09f4fa4d9b45cce5..31181ebc1802e926ae7a562174d1f723088af249 100644
--- a/chrome/browser/sync/glue/sync_backend_host_core.cc
+++ b/components/sync_driver/glue/sync_backend_host_core.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/glue/sync_backend_host_core.h"
+#include "components/sync_driver/glue/sync_backend_host_core.h"
#include "base/bind.h"
#include "base/files/file_util.h"
@@ -194,7 +194,7 @@ void SyncBackendHostCore::OnInitializationComplete(
backend_init_state = SETUP_COMPLETED_NO_RESTORED_TYPES;
} else if (!has_sync_setup_completed_ && restored_types.Empty()) {
backend_init_state = FIRST_SETUP_NO_RESTORED_TYPES;
- } else { // (!has_sync_setup_completed_ && !restored_types.Empty())
+ } else { // (!has_sync_setup_completed_ && !restored_types.Empty())
backend_init_state = FIRST_SETUP_RESTORED_TYPES;
}
« no previous file with comments | « components/sync_driver/glue/sync_backend_host_core.h ('k') | components/sync_driver/glue/sync_backend_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698