Index: content/browser/indexed_db/indexed_db_internals_ui.h |
diff --git a/content/browser/indexed_db/indexed_db_internals_ui.h b/content/browser/indexed_db/indexed_db_internals_ui.h |
index a196e036de1952c2d490d8fe0945cbddc3d1c4ba..f51df01db09e7f423df5db25fb0a16591307d80f 100644 |
--- a/content/browser/indexed_db/indexed_db_internals_ui.h |
+++ b/content/browser/indexed_db/indexed_db_internals_ui.h |
@@ -9,9 +9,9 @@ |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
+#include "content/public/browser/download_interrupt_reasons.h" |
#include "content/public/browser/indexed_db_context.h" |
#include "content/public/browser/web_ui_controller.h" |
-#include "net/base/net_errors.h" |
namespace base { |
class ListValue; |
@@ -52,8 +52,8 @@ class IndexedDBInternalsUI : public WebUIController { |
const GURL& origin_url, |
const base::FilePath& temp_path, |
size_t connection_count, |
- content::DownloadItem* item, |
- net::Error error); |
+ DownloadItem* item, |
+ DownloadInterruptReason interrupt_reason); |
void ForceCloseOrigin(const base::ListValue* args); |
void ForceCloseOriginOnIndexedDBThread( |