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

Unified Diff: chrome/browser/prefs/pref_service_mock_builder.h

Issue 11027070: Moved JsonPrefStore to use SequencedWorkerPool (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/pref_service_mock_builder.h
diff --git a/chrome/browser/prefs/pref_service_mock_builder.h b/chrome/browser/prefs/pref_service_mock_builder.h
index 9e0db4746cbc34a938e8598cf5866b3b524f4fbc..7eaafa1cfe9749e81475045958522cfbbbe4bd5a 100644
--- a/chrome/browser/prefs/pref_service_mock_builder.h
+++ b/chrome/browser/prefs/pref_service_mock_builder.h
@@ -15,7 +15,7 @@ class FilePath;
class PrefService;
namespace base {
-class MessageLoopProxy;
+class SequencedWorkerPool;
}
namespace policy {
@@ -51,7 +51,7 @@ class PrefServiceMockBuilder {
PrefServiceMockBuilder& WithUserFilePrefs(const FilePath& prefs_file);
PrefServiceMockBuilder& WithUserFilePrefs(
const FilePath& prefs_file,
- base::MessageLoopProxy* message_loop_proxy);
+ base::SequencedWorkerPool* blocking_pool);
// Creates the PrefService, invalidating the entire builder configuration.
PrefService* Create();

Powered by Google App Engine
This is Rietveld 408576698