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

Unified Diff: chrome/browser/extensions/extension_downloads_api.h

Issue 7618048: Move the core download files to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 months 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/extensions/extension_downloads_api.h
===================================================================
--- chrome/browser/extensions/extension_downloads_api.h (revision 96793)
+++ chrome/browser/extensions/extension_downloads_api.h (working copy)
@@ -11,9 +11,9 @@
#include <string>
#include "base/memory/singleton.h"
-#include "chrome/browser/download/download_item.h"
-#include "chrome/browser/download/download_manager.h"
#include "chrome/browser/extensions/extension_function.h"
+#include "content/browser/download/download_item.h"
+#include "content/browser/download/download_manager.h"
namespace base {
class DictionaryValue;

Powered by Google App Engine
This is Rietveld 408576698