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

Unified Diff: media/blink/mock_weburlloader.cc

Issue 495353003: Move WebMediaPlayerImpl and its dependencies to media/blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Exclude media/blink from Android GN builds for now like cc/blink does. Created 6 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
Index: media/blink/mock_weburlloader.cc
diff --git a/content/test/mock_weburlloader.cc b/media/blink/mock_weburlloader.cc
similarity index 74%
copy from content/test/mock_weburlloader.cc
copy to media/blink/mock_weburlloader.cc
index 951c587f2140d818d109eba3a2a4cab0b78c16c7..578476a0d00ed8d814fe5ec2f38ee0cf39b4c634 100644
--- a/content/test/mock_weburlloader.cc
+++ b/media/blink/mock_weburlloader.cc
@@ -1,18 +1,18 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
+// 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 "content/test/mock_weburlloader.h"
+#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 content {
+namespace media {
MockWebURLLoader::MockWebURLLoader() {}
MockWebURLLoader::~MockWebURLLoader() {}
-} // namespace content
+} // namespace media

Powered by Google App Engine
This is Rietveld 408576698