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

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

Issue 5676004: Cleanup: Remove unneeded browser_thread.h usage. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix deps Created 10 years 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
Index: chrome/browser/history/top_sites.h
===================================================================
--- chrome/browser/history/top_sites.h (revision 68879)
+++ chrome/browser/history/top_sites.h (working copy)
@@ -9,6 +9,7 @@
#include <list>
#include <set>
#include <string>
+#include <utility>
#include "base/basictypes.h"
#include "base/gtest_prod_util.h"
@@ -17,7 +18,6 @@
#include "base/ref_counted_memory.h"
#include "base/time.h"
#include "base/timer.h"
-#include "chrome/browser/browser_thread.h"
#include "chrome/browser/cancelable_request.h"
#include "chrome/browser/history/history_types.h"
#include "chrome/browser/history/history.h"

Powered by Google App Engine
This is Rietveld 408576698