Index: chrome/browser/chromeos/login/wizard_controller.h |
diff --git a/chrome/browser/chromeos/login/wizard_controller.h b/chrome/browser/chromeos/login/wizard_controller.h |
index c0283c5a0af0d61a9a9f3d6f219c4adaa7af6ef0..af84492073ae17bd2a15cfcd9b19d32b25161cc4 100644 |
--- a/chrome/browser/chromeos/login/wizard_controller.h |
+++ b/chrome/browser/chromeos/login/wizard_controller.h |
@@ -10,7 +10,6 @@ |
#include <string> |
#include "base/compiler_specific.h" |
-#include "base/containers/hash_tables.h" |
#include "base/gtest_prod_util.h" |
#include "base/macros.h" |
#include "base/memory/linked_ptr.h" |
@@ -411,7 +410,7 @@ class WizardController : public BaseScreenDelegate, |
std::unique_ptr<pairing_chromeos::HostPairingController> remora_controller_; |
// Maps screen names to last time of their shows. |
- base::hash_map<std::string, base::Time> screen_show_times_; |
+ std::map<std::string, base::Time> screen_show_times_; |
// Tests check result of timezone resolve. |
bool timezone_resolved_ = false; |