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

Unified Diff: components/sync_driver/glue/sync_backend_host_mock.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
« no previous file with comments | « components/sync_driver/glue/sync_backend_host_mock.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/glue/sync_backend_host_mock.cc
diff --git a/chrome/browser/sync/glue/sync_backend_host_mock.cc b/components/sync_driver/glue/sync_backend_host_mock.cc
similarity index 98%
rename from chrome/browser/sync/glue/sync_backend_host_mock.cc
rename to components/sync_driver/glue/sync_backend_host_mock.cc
index 59c015d5fd82c16e06f2cb7cf7670b169485efc2..dd7a4dd997d017e805eb663bbc894c4536925a45 100644
--- a/chrome/browser/sync/glue/sync_backend_host_mock.cc
+++ b/components/sync_driver/glue/sync_backend_host_mock.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_mock.h"
+#include "components/sync_driver/glue/sync_backend_host_mock.h"
#include "components/sync_driver/sync_frontend.h"
#include "sync/internal_api/public/activation_context.h"
@@ -104,7 +104,7 @@ bool SyncBackendHostMock::HasUnsyncedItems() const {
}
bool SyncBackendHostMock::IsNigoriEnabled() const {
- return true;
+ return true;
}
syncer::PassphraseType SyncBackendHostMock::GetPassphraseType() const {
« no previous file with comments | « components/sync_driver/glue/sync_backend_host_mock.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698