Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4555)

Unified Diff: chrome/browser/history/top_sites_cache.h

Issue 8533030: Cleanup: Remove forward declarations in various chrome/browser directories. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/history/in_memory_url_index.h ('k') | chrome/browser/history/top_sites_database.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/browser/history/in_memory_url_index.h ('k') | chrome/browser/history/top_sites_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698