| Index: chrome/browser/history/top_sites_cache.h
|
| ===================================================================
|
| --- chrome/browser/history/top_sites_cache.h (revision 110049)
|
| +++ chrome/browser/history/top_sites_cache.h (working copy)
|
| @@ -6,15 +6,12 @@
|
| #define CHROME_BROWSER_HISTORY_TOP_SITES_CACHE_H_
|
| #pragma once
|
|
|
| -#include <algorithm>
|
| #include <map>
|
| -#include <string>
|
| +#include <utility>
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "chrome/browser/history/history_types.h"
|
|
|
| -class RefCountedBytes;
|
| -
|
| namespace history {
|
|
|
| // TopSitesCache caches the top sites and thumbnails for TopSites.
|
|
|