diff options
Diffstat (limited to 'base/prefs')
-rw-r--r-- | base/prefs/pref_notifier_impl.h | 2 | ||||
-rw-r--r-- | base/prefs/pref_service.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/base/prefs/pref_notifier_impl.h b/base/prefs/pref_notifier_impl.h index 8f5120a..655203d 100644 --- a/base/prefs/pref_notifier_impl.h +++ b/base/prefs/pref_notifier_impl.h @@ -10,7 +10,7 @@ #include "base/callback.h" #include "base/compiler_specific.h" -#include "base/hash_tables.h" +#include "base/containers/hash_tables.h" #include "base/observer_list.h" #include "base/prefs/base_prefs_export.h" #include "base/prefs/pref_notifier.h" diff --git a/base/prefs/pref_service.h b/base/prefs/pref_service.h index 97ad15e..8af042f 100644 --- a/base/prefs/pref_service.h +++ b/base/prefs/pref_service.h @@ -16,7 +16,7 @@ #include "base/callback.h" #include "base/compiler_specific.h" -#include "base/hash_tables.h" +#include "base/containers/hash_tables.h" #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "base/observer_list.h" |