diff options
Diffstat (limited to 'chromeos')
-rw-r--r-- | chromeos/cryptohome/async_method_caller.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/cryptohome/async_method_caller.cc b/chromeos/cryptohome/async_method_caller.cc index 971d707..5f2182e 100644 --- a/chromeos/cryptohome/async_method_caller.cc +++ b/chromeos/cryptohome/async_method_caller.cc @@ -5,7 +5,7 @@ #include "chromeos/cryptohome/async_method_caller.h" #include "base/bind.h" -#include "base/hash_tables.h" +#include "base/containers/hash_tables.h" #include "base/location.h" #include "base/message_loop/message_loop_proxy.h" #include "chromeos/dbus/cryptohome_client.h" |