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

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

Issue 1254363004: Move ownership of AppSorting from ExtensionPrefs to ExtensionSystem (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing include Created 5 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_prefs_unittest.h
diff --git a/chrome/browser/extensions/extension_prefs_unittest.h b/chrome/browser/extensions/extension_prefs_unittest.h
index 779c33c19514adc92bcf49d122e60218c284eca6..432d262f544d83d475a527551f15456ac0e4456a 100644
--- a/chrome/browser/extensions/extension_prefs_unittest.h
+++ b/chrome/browser/extensions/extension_prefs_unittest.h
@@ -19,6 +19,7 @@ class PrefRegistrySyncable;
}
namespace extensions {
+class ChromeAppSorting;
class Extension;
// Base class for extension preference-related unit tests.
@@ -45,6 +46,7 @@ class ExtensionPrefsTest : public testing::Test {
protected:
ExtensionPrefs* prefs() { return prefs_.prefs(); }
+ ChromeAppSorting* app_sorting() { return prefs_.app_sorting(); }
base::MessageLoop message_loop_;
content::TestBrowserThread ui_thread_;
« no previous file with comments | « chrome/browser/extensions/chrome_extensions_browser_client.cc ('k') | chrome/browser/extensions/extension_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698