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

Unified Diff: chrome/browser/ui/cocoa/download/download_item_mac.mm

Issue 11618049: Cleanup: Remove unneeded browser_thread.h includes in contents. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix build Created 8 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/ui/cocoa/download/download_item_mac.mm
===================================================================
--- chrome/browser/ui/cocoa/download/download_item_mac.mm (revision 174212)
+++ chrome/browser/ui/cocoa/download/download_item_mac.mm (working copy)
@@ -4,6 +4,7 @@
#include "chrome/browser/ui/cocoa/download/download_item_mac.h"
+#include "base/bind.h"
#include "base/callback.h"
#include "chrome/browser/browser_process.h"
#include "chrome/browser/download/download_item_model.h"

Powered by Google App Engine
This is Rietveld 408576698