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

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

Issue 10704023: Moved ExtensionPrefs and related into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest-er master merged in Created 8 years, 5 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_sorting.h
diff --git a/chrome/browser/extensions/extension_sorting.h b/chrome/browser/extensions/extension_sorting.h
index 7ce97e32b31ab00e86ccda59161a771aaeb21e6a..13db0e8dbb7bc48e1ed4c39c9b20b3ff952ea1e0 100644
--- a/chrome/browser/extensions/extension_sorting.h
+++ b/chrome/browser/extensions/extension_sorting.h
@@ -29,7 +29,8 @@ class ExtensionSorting {
// Properly initialize ExtensionSorting internal values that require
// |extension_ids|.
- void Initialize(const ExtensionPrefs::ExtensionIdSet& extension_ids);
+ void Initialize(
+ const extensions::ExtensionPrefs::ExtensionIdSet& extension_ids);
// Resolves any conflicts the might be created as a result of syncing that
// results in two icons having the same page and app launch ordinal. After
@@ -119,10 +120,11 @@ class ExtensionSorting {
// Initialize the |page_ordinal_map_| with the page ordinals used by the
// given extensions.
void InitializePageOrdinalMap(
- const ExtensionPrefs::ExtensionIdSet& extension_ids);
+ const extensions::ExtensionPrefs::ExtensionIdSet& extension_ids);
// Migrates the app launcher and page index values.
- void MigrateAppIndex(const ExtensionPrefs::ExtensionIdSet& extension_ids);
+ void MigrateAppIndex(
+ const extensions::ExtensionPrefs::ExtensionIdSet& extension_ids);
// Called to add a new mapping value for |extension_id| with a page ordinal
// of |page_ordinal| and a app launch ordinal of |app_launch_ordinal|. This
« no previous file with comments | « chrome/browser/extensions/extension_service_unittest.cc ('k') | chrome/browser/extensions/extension_sorting.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698