| Index: content/public/test/test_file_error_injector.h
|
| diff --git a/content/public/test/test_file_error_injector.h b/content/public/test/test_file_error_injector.h
|
| index 73a7bb0fb41d3231ff93137dab2e6d247a5f5443..aec5b5c1dbd78d4c83b50dbee0e2af523de99d7a 100644
|
| --- a/content/public/test/test_file_error_injector.h
|
| +++ b/content/public/test/test_file_error_injector.h
|
| @@ -11,7 +11,7 @@
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "net/base/net_errors.h"
|
| +#include "content/public/browser/download_interrupt_reasons.h"
|
|
|
| class GURL;
|
|
|
| @@ -60,7 +60,7 @@ class TestFileErrorInjector
|
| std::string url; // Full URL of the download. Identifies the download.
|
| FileOperationCode code; // Operation to affect.
|
| int operation_instance; // 0-based count of operation calls, for each code.
|
| - net::Error net_error; // Error to inject.
|
| + content::DownloadInterruptReason error; // Error to inject.
|
| };
|
|
|
| typedef std::map<std::string, FileErrorInfo> ErrorMap;
|
|
|