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

Unified Diff: content/test/weburl_loader_mock_factory.cc

Issue 23526028: Move source files from webkit/support to content/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years, 3 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
« no previous file with comments | « content/test/weburl_loader_mock_factory.h ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/weburl_loader_mock_factory.cc
diff --git a/webkit/support/weburl_loader_mock_factory.cc b/content/test/weburl_loader_mock_factory.cc
similarity index 97%
rename from webkit/support/weburl_loader_mock_factory.cc
rename to content/test/weburl_loader_mock_factory.cc
index f459211f0152cb491dae1a0ede8a772824e445ac..c5bc4ad0939eea6859dc93b7a477ff9f0a599d3e 100644
--- a/webkit/support/weburl_loader_mock_factory.cc
+++ b/content/test/weburl_loader_mock_factory.cc
@@ -2,18 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/support/weburl_loader_mock_factory.h"
+#include "content/test/weburl_loader_mock_factory.h"
#include "base/file_util.h"
#include "base/logging.h"
#include "base/run_loop.h"
+#include "content/test/webkit_support.h"
+#include "content/test/weburl_loader_mock.h"
#include "third_party/WebKit/public/platform/WebString.h"
#include "third_party/WebKit/public/platform/WebURLError.h"
#include "third_party/WebKit/public/platform/WebURLRequest.h"
#include "third_party/WebKit/public/platform/WebURLResponse.h"
#include "third_party/WebKit/public/web/WebCache.h"
-#include "webkit/support/webkit_support.h"
-#include "webkit/support/weburl_loader_mock.h"
using WebKit::WebCache;
using WebKit::WebData;
« no previous file with comments | « content/test/weburl_loader_mock_factory.h ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698