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

Unified Diff: chrome/browser/extensions/extension_settings_storage_unittest.h

Issue 7775008: Enable sync for the settings from the Extension Settings API. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Reordering Created 9 years, 4 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/extensions/extension_settings_storage_unittest.h
diff --git a/chrome/browser/extensions/extension_settings_storage_unittest.h b/chrome/browser/extensions/extension_settings_storage_unittest.h
index 4fac5af4469657930d0cf905c2948ee4488a2f04..2274f61a459d05586c6ba3549aca5769f710c5a2 100644
--- a/chrome/browser/extensions/extension_settings_storage_unittest.h
+++ b/chrome/browser/extensions/extension_settings_storage_unittest.h
@@ -54,7 +54,7 @@ class ExtensionSettingsStorageTest
scoped_ptr<DictionaryValue> dict123_;
private:
- void SetStorage(ExtensionSettingsStorage* storage);
+ void SetStorage(SyncableExtensionSettingsStorage* storage);
scoped_refptr<ExtensionSettings> settings_;
MessageLoopForUI* ui_message_loop_;

Powered by Google App Engine
This is Rietveld 408576698