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

Unified Diff: chrome/browser/chromeos/login/users/chrome_user_manager_impl.h

Issue 2829163004: Remove uses of base::hash_map from //chrome (Closed)
Patch Set: Downloads back Created 3 years, 6 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/chromeos/login/users/chrome_user_manager_impl.h
diff --git a/chrome/browser/chromeos/login/users/chrome_user_manager_impl.h b/chrome/browser/chromeos/login/users/chrome_user_manager_impl.h
index 4ef6942a310f2574e387d5e73b23054dcba2422f..a3f4eba8a8de0109e2ea066b9460c3778a952c16 100644
--- a/chrome/browser/chromeos/login/users/chrome_user_manager_impl.h
+++ b/chrome/browser/chromeos/login/users/chrome_user_manager_impl.h
@@ -10,7 +10,6 @@
#include <string>
#include <vector>
-#include "base/containers/hash_tables.h"
#include "base/macros.h"
#include "base/memory/linked_ptr.h"
#include "base/memory/weak_ptr.h"
@@ -178,8 +177,7 @@ class ChromeUserManagerImpl
friend class WallpaperManager;
friend class WallpaperManagerTest;
- using UserImageManagerMap =
- base::hash_map<AccountId, linked_ptr<UserImageManager> >;
+ using UserImageManagerMap = std::map<AccountId, linked_ptr<UserImageManager>>;
ChromeUserManagerImpl();
« no previous file with comments | « chrome/browser/android/thumbnail/thumbnail_cache.h ('k') | chrome/browser/chromeos/login/wizard_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698