| Index: content/renderer/active_notification_tracker.h
|
| diff --git a/content/renderer/active_notification_tracker.h b/content/renderer/active_notification_tracker.h
|
| index d201052e7ca1eec850f7a588ef4c51d7f70b810f..68e022db1c21e2c4be082c68aa07ffa35eda1020 100644
|
| --- a/content/renderer/active_notification_tracker.h
|
| +++ b/content/renderer/active_notification_tracker.h
|
| @@ -8,8 +8,8 @@
|
| #include <map>
|
|
|
| #include "base/basictypes.h"
|
| +#include "base/containers/hash_tables.h"
|
| #include "base/id_map.h"
|
| -#include "base/hash_tables.h"
|
| #include "content/common/content_export.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebNotification.h"
|
|
|
|
|