diff options
Diffstat (limited to 'content/browser/browsing_instance.h')
-rw-r--r-- | content/browser/browsing_instance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/browsing_instance.h b/content/browser/browsing_instance.h index 7a4b1a6..60aa47b 100644 --- a/content/browser/browsing_instance.h +++ b/content/browser/browsing_instance.h @@ -5,7 +5,7 @@ #ifndef CONTENT_BROWSER_BROWSING_INSTANCE_H_ #define CONTENT_BROWSER_BROWSING_INSTANCE_H_ -#include "base/hash_tables.h" +#include "base/containers/hash_tables.h" #include "base/lazy_instance.h" #include "base/memory/ref_counted.h" #include "content/common/content_export.h" |