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

Unified Diff: components/syncable_prefs/pref_service_mock_factory.cc

Issue 2459823002: [Sync] Rename syncable_prefs to sync_preferences. (Closed)
Patch Set: Created 4 years, 2 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/syncable_prefs/pref_service_mock_factory.cc
diff --git a/components/syncable_prefs/pref_service_mock_factory.cc b/components/syncable_prefs/pref_service_mock_factory.cc
deleted file mode 100644
index eee180bf1dee5992b8e97c0f7a42f7721fdb7eab..0000000000000000000000000000000000000000
--- a/components/syncable_prefs/pref_service_mock_factory.cc
+++ /dev/null
@@ -1,17 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "components/syncable_prefs/pref_service_mock_factory.h"
-
-#include "components/prefs/testing_pref_store.h"
-
-namespace syncable_prefs {
-
-PrefServiceMockFactory::PrefServiceMockFactory() {
- user_prefs_ = new TestingPrefStore;
-}
-
-PrefServiceMockFactory::~PrefServiceMockFactory() {}
-
-} // namespace syncable_prefs
« no previous file with comments | « components/syncable_prefs/pref_service_mock_factory.h ('k') | components/syncable_prefs/pref_service_syncable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698