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

Unified Diff: content/test/mock_resource_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/mock_resource_context.cc
diff --git a/content/browser/mock_resource_context.cc b/content/test/mock_resource_context.cc
similarity index 89%
rename from content/browser/mock_resource_context.cc
rename to content/test/mock_resource_context.cc
index df31042cc788370170a2ebbbbd055ab1d386cdba..ec64c6986d824c00a5bc8df21cfb4489de738d09 100644
--- a/content/browser/mock_resource_context.cc
+++ b/content/test/mock_resource_context.cc
@@ -2,8 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/browser/mock_resource_context.h"
+#include "content/test/mock_resource_context.h"
+#include "net/url_request/url_request_context.h"
#include "net/url_request/url_request_test_util.h"
namespace content {

Powered by Google App Engine
This is Rietveld 408576698