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

Unified Diff: content/test/mock_webassociatedurlloader.cc

Issue 2399463007: AssociatedURLLoader shouldn't derive from WebURLLoader (Closed)
Patch Set: Rebase Created 4 years, 2 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/mock_webassociatedurlloader.h ('k') | content/test/mock_weburlloader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/mock_webassociatedurlloader.cc
diff --git a/content/test/mock_weburlloader.cc b/content/test/mock_webassociatedurlloader.cc
similarity index 72%
rename from content/test/mock_weburlloader.cc
rename to content/test/mock_webassociatedurlloader.cc
index 951c587f2140d818d109eba3a2a4cab0b78c16c7..e458fb47a050b00aa79760cfb05f4f5b43749a41 100644
--- a/content/test/mock_weburlloader.cc
+++ b/content/test/mock_webassociatedurlloader.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/test/mock_weburlloader.h"
+#include "content/test/mock_webassociatedurlloader.h"
#include "third_party/WebKit/public/platform/WebData.h"
#include "third_party/WebKit/public/platform/WebURLError.h"
@@ -11,8 +11,8 @@
namespace content {
-MockWebURLLoader::MockWebURLLoader() {}
+MockWebAssociatedURLLoader::MockWebAssociatedURLLoader() {}
-MockWebURLLoader::~MockWebURLLoader() {}
+MockWebAssociatedURLLoader::~MockWebAssociatedURLLoader() {}
} // namespace content
« no previous file with comments | « content/test/mock_webassociatedurlloader.h ('k') | content/test/mock_weburlloader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698