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

Unified Diff: media/blink/mock_weburlloader.cc

Issue 2399463007: AssociatedURLLoader shouldn't derive from WebURLLoader (Closed)
Patch Set: Remove blank line 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
Index: media/blink/mock_weburlloader.cc
diff --git a/media/blink/mock_weburlloader.cc b/media/blink/mock_weburlloader.cc
deleted file mode 100644
index 578476a0d00ed8d814fe5ec2f38ee0cf39b4c634..0000000000000000000000000000000000000000
--- a/media/blink/mock_weburlloader.cc
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// 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 "third_party/WebKit/public/platform/WebData.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"
-
-namespace media {
-
-MockWebURLLoader::MockWebURLLoader() {}
-
-MockWebURLLoader::~MockWebURLLoader() {}
-
-} // namespace media

Powered by Google App Engine
This is Rietveld 408576698