Chromium Code Reviews| Index: chrome/browser/history/in_memory_url_index_types.h |
| =================================================================== |
| --- chrome/browser/history/in_memory_url_index_types.h (revision 125451) |
| +++ chrome/browser/history/in_memory_url_index_types.h (working copy) |
| @@ -10,6 +10,7 @@ |
| #include <set> |
| #include <vector> |
| +#include "base/memory/ref_counted.h" |
|
brettw
2012/03/13 23:33:52
This may be unnecessary, remove it if so.
mrossetti
2012/03/14 17:49:19
Done.
|
| #include "base/string16.h" |
| #include "chrome/browser/history/history_types.h" |
| #include "chrome/browser/autocomplete/history_provider_util.h" |