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

Unified Diff: content/test/weburl_loader_mock.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.h ('k') | content/test/weburl_loader_mock_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/weburl_loader_mock.cc
diff --git a/webkit/support/weburl_loader_mock.cc b/content/test/weburl_loader_mock.cc
similarity index 96%
rename from webkit/support/weburl_loader_mock.cc
rename to content/test/weburl_loader_mock.cc
index 06aff4da960d5828be825dfed1a002c3d855166d..34968636b4c41319c03573ed9e361e178cd7743e 100644
--- a/webkit/support/weburl_loader_mock.cc
+++ b/content/test/weburl_loader_mock.cc
@@ -2,13 +2,13 @@
// 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.h"
+#include "content/test/weburl_loader_mock.h"
#include "base/logging.h"
+#include "content/test/weburl_loader_mock_factory.h"
#include "third_party/WebKit/public/platform/WebData.h"
#include "third_party/WebKit/public/platform/WebURLError.h"
#include "third_party/WebKit/public/platform/WebURLLoaderClient.h"
-#include "webkit/support/weburl_loader_mock_factory.h"
WebURLLoaderMock::WebURLLoaderMock(WebURLLoaderMockFactory* factory,
WebKit::WebURLLoader* default_loader)
« no previous file with comments | « content/test/weburl_loader_mock.h ('k') | content/test/weburl_loader_mock_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698