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

Unified Diff: chrome/browser/prefs/chrome_command_line_pref_store_ssl_manager_unittest.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: chrome/browser/prefs/chrome_command_line_pref_store_ssl_manager_unittest.cc
diff --git a/chrome/browser/prefs/chrome_command_line_pref_store_ssl_manager_unittest.cc b/chrome/browser/prefs/chrome_command_line_pref_store_ssl_manager_unittest.cc
index 4f44d17f2fcb12773ed787242dd9d2af205fdac4..9ef75a2667207ae6308ce7292e4c51ea63463fd3 100644
--- a/chrome/browser/prefs/chrome_command_line_pref_store_ssl_manager_unittest.cc
+++ b/chrome/browser/prefs/chrome_command_line_pref_store_ssl_manager_unittest.cc
@@ -12,7 +12,7 @@
#include "components/ssl_config/ssl_config_prefs.h"
#include "components/ssl_config/ssl_config_service_manager.h"
#include "components/ssl_config/ssl_config_switches.h"
-#include "components/syncable_prefs/pref_service_mock_factory.h"
+#include "components/sync_preferences/pref_service_mock_factory.h"
#include "net/ssl/ssl_config.h"
#include "net/ssl/ssl_config_service.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -38,7 +38,7 @@ TEST_F(CommandLinePrefStoreSSLManagerTest, CommandLinePrefs) {
command_line.AppendSwitchASCII(switches::kSSLVersionMin, "tls1.1");
command_line.AppendSwitchASCII(switches::kSSLVersionMax, "tls1");
- syncable_prefs::PrefServiceMockFactory factory;
+ sync_preferences::PrefServiceMockFactory factory;
factory.set_user_prefs(local_state_store);
factory.set_command_line_prefs(new ChromeCommandLinePrefStore(&command_line));
scoped_refptr<PrefRegistrySimple> registry = new PrefRegistrySimple;

Powered by Google App Engine
This is Rietveld 408576698