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

Unified Diff: content/browser/download/download_manager_impl_unittest.cc

Issue 10501012: Move mock download test headers from content\test to content\public\test. This way we can enforce t… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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: content/browser/download/download_manager_impl_unittest.cc
===================================================================
--- content/browser/download/download_manager_impl_unittest.cc (revision 140199)
+++ content/browser/download/download_manager_impl_unittest.cc (working copy)
@@ -27,7 +27,7 @@
#include "content/public/browser/download_interrupt_reasons.h"
#include "content/public/browser/download_item.h"
#include "content/public/browser/download_manager_delegate.h"
-#include "content/test/mock_download_manager.h"
+#include "content/public/test/mock_download_manager.h"
#include "content/test/test_browser_context.h"
#include "content/test/test_browser_thread.h"
#include "net/base/io_buffer.h"

Powered by Google App Engine
This is Rietveld 408576698