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

Unified Diff: media/blink/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 | « media/blink/mock_webassociatedurlloader.h ('k') | media/blink/mock_weburlloader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/mock_webassociatedurlloader.cc
diff --git a/media/blink/mock_weburlloader.cc b/media/blink/mock_webassociatedurlloader.cc
similarity index 72%
rename from media/blink/mock_weburlloader.cc
rename to media/blink/mock_webassociatedurlloader.cc
index 578476a0d00ed8d814fe5ec2f38ee0cf39b4c634..09019cac970c4c70ddcb0700a6a85d7df40e3a0b 100644
--- a/media/blink/mock_weburlloader.cc
+++ b/media/blink/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 "media/blink/mock_weburlloader.h"
+#include "media/blink/mock_webassociatedurlloader.h"
#include "third_party/WebKit/public/platform/WebData.h"
#include "third_party/WebKit/public/platform/WebURLError.h"
@@ -11,8 +11,8 @@
namespace media {
-MockWebURLLoader::MockWebURLLoader() {}
+MockWebAssociatedURLLoader::MockWebAssociatedURLLoader() {}
-MockWebURLLoader::~MockWebURLLoader() {}
+MockWebAssociatedURLLoader::~MockWebAssociatedURLLoader() {}
} // namespace media
« no previous file with comments | « media/blink/mock_webassociatedurlloader.h ('k') | media/blink/mock_weburlloader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698