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

Unified Diff: chrome/browser/extensions/extension_sorting_unittest.cc

Issue 10824344: Renamed ExtensionIdSet to ExtensionIds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: undid files where I went too far Created 8 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
« no previous file with comments | « chrome/browser/extensions/extension_sorting.cc ('k') | chrome/browser/extensions/extension_toolbar_model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_sorting_unittest.cc
diff --git a/chrome/browser/extensions/extension_sorting_unittest.cc b/chrome/browser/extensions/extension_sorting_unittest.cc
index 7fbfd8540d9dc5bc33983e97249a74fbc198ad9b..2388abbea2d489597540224a1e658bc67c433bf2 100644
--- a/chrome/browser/extensions/extension_sorting_unittest.cc
+++ b/chrome/browser/extensions/extension_sorting_unittest.cc
@@ -171,7 +171,7 @@ class ExtensionSortingInitialize
// We insert the ids in reserve order so that we have to deal with the
// element on the 2nd page before the 1st page is seen.
- extensions::ExtensionPrefs::ExtensionIdSet ids;
+ extensions::ExtensionPrefs::ExtensionIds ids;
ids.push_back(ext3_->id());
ids.push_back(ext2_->id());
ids.push_back(ext1_->id());
@@ -217,7 +217,7 @@ class ExtensionSortingInitializeWithNoApps
extension_sorting->SetAppLaunchOrdinal(extension_misc::kWebStoreAppId,
initial_ordinal);
- extensions::ExtensionPrefs::ExtensionIdSet ids;
+ extensions::ExtensionPrefs::ExtensionIds ids;
extension_sorting->Initialize(ids);
}
virtual void Verify() OVERRIDE {
@@ -269,7 +269,7 @@ class ExtensionSortingMigrateAppIndexInvalid
kPrefPageIndexDeprecated,
Value::CreateIntegerValue(-1));
- extensions::ExtensionPrefs::ExtensionIdSet ids;
+ extensions::ExtensionPrefs::ExtensionIds ids;
ids.push_back(ext1_->id());
prefs()->extension_sorting()->Initialize(ids);
« no previous file with comments | « chrome/browser/extensions/extension_sorting.cc ('k') | chrome/browser/extensions/extension_toolbar_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698