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

Unified Diff: chrome/browser/sync/glue/history_model_worker.cc

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/sync/glue/history_model_worker.cc
===================================================================
--- chrome/browser/sync/glue/history_model_worker.cc (revision 68879)
+++ chrome/browser/sync/glue/history_model_worker.cc (working copy)
@@ -8,7 +8,6 @@
#include "base/ref_counted.h"
#include "base/task.h"
#include "base/waitable_event.h"
-#include "chrome/browser/browser_thread.h"
#include "chrome/browser/history/history.h"
using base::WaitableEvent;

Powered by Google App Engine
This is Rietveld 408576698