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

Unified Diff: chrome/browser/download/download_extension_api.h

Issue 8539006: Cleanup: Remove unneeded forward declarations from various chrome/browser subdirectories. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase 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
Index: chrome/browser/download/download_extension_api.h
===================================================================
--- chrome/browser/download/download_extension_api.h (revision 109953)
+++ chrome/browser/download/download_extension_api.h (working copy)
@@ -17,11 +17,8 @@
#include "content/browser/download/download_item.h"
#include "content/browser/download/download_manager.h"
-namespace base {
-class DictionaryValue;
-}
class ResourceDispatcherHost;
-class TabContents;
+
namespace content {
class ResourceContext;
}

Powered by Google App Engine
This is Rietveld 408576698