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

Unified Diff: content/test/test_browser_context.cc

Issue 9584023: Move MockResourceContext to content/test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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/test/test_browser_context.cc
diff --git a/content/test/test_browser_context.cc b/content/test/test_browser_context.cc
index f5830bebc94834d763b1ebcc91ca237bd23c1c2d..d6bf8864a943e5248d5c1f1a80de34ddf3ad2910 100644
--- a/content/test/test_browser_context.cc
+++ b/content/test/test_browser_context.cc
@@ -5,7 +5,8 @@
#include "content/test/test_browser_context.h"
#include "base/file_path.h"
-#include "content/browser/mock_resource_context.h"
+#include "content/test/mock_resource_context.h"
+#include "net/url_request/url_request_context.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "webkit/quota/special_storage_policy.h"

Powered by Google App Engine
This is Rietveld 408576698