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

Unified Diff: components/autofill/core/browser/options_util_unittest.cc

Issue 1155443009: [Sync] Rename SyncActive to IsSyncActive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More non-android cases. Created 5 years, 7 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/autofill/core/browser/options_util_unittest.cc
diff --git a/components/autofill/core/browser/options_util_unittest.cc b/components/autofill/core/browser/options_util_unittest.cc
index 15e1a5a790f2ad99d3d6a3027b3fe051ed54a235..11ec8cc43d30e3fcf9808efb02c9c65314904c3b 100644
--- a/components/autofill/core/browser/options_util_unittest.cc
+++ b/components/autofill/core/browser/options_util_unittest.cc
@@ -22,7 +22,7 @@ namespace {
class SyncServiceMock : public sync_driver::SyncService {
public:
MOCK_CONST_METHOD0(HasSyncSetupCompleted, bool());
- MOCK_CONST_METHOD0(SyncActive, bool());
+ MOCK_CONST_METHOD0(IsSyncActive, bool());
MOCK_CONST_METHOD0(GetActiveDataTypes, syncer::ModelTypeSet());
MOCK_METHOD1(AddObserver, void(sync_driver::SyncServiceObserver*));
MOCK_METHOD1(RemoveObserver, void(sync_driver::SyncServiceObserver*));
« no previous file with comments | « chrome/browser/ui/webui/foreign_session_handler.cc ('k') | components/password_manager/core/browser/password_manager_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698