diff options
Diffstat (limited to 'chrome/browser/extensions/extension_tab_id_map.h')
-rw-r--r-- | chrome/browser/extensions/extension_tab_id_map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_tab_id_map.h b/chrome/browser/extensions/extension_tab_id_map.h index 1fce693..1c7af9e 100644 --- a/chrome/browser/extensions/extension_tab_id_map.h +++ b/chrome/browser/extensions/extension_tab_id_map.h @@ -10,7 +10,7 @@ #include <utility> #include "base/basictypes.h" -#include "base/singleton.h" +#include "base/memory/singleton.h" // This class keeps track of a map between renderer IDs and tab/window IDs, for // use on the IO thread. All methods should be called on the IO thread except |