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

Unified Diff: media/blink/cache_util_unittest.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/cache_util_unittest.cc
diff --git a/content/renderer/media/cache_util_unittest.cc b/media/blink/cache_util_unittest.cc
similarity index 96%
rename from content/renderer/media/cache_util_unittest.cc
rename to media/blink/cache_util_unittest.cc
index 2db66b94baa2d6dfb4e4e19d0fdf5579e4451aef..7ea2f130422fc9b0ef7097c11e244bbbf22ba5b8 100644
--- a/content/renderer/media/cache_util_unittest.cc
+++ b/media/blink/cache_util_unittest.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/renderer/media/cache_util.h"
+#include "media/blink/cache_util.h"
#include <string>
@@ -17,7 +17,7 @@
using blink::WebString;
using blink::WebURLResponse;
-namespace content {
+namespace media {
// Inputs & expected output for GetReasonsForUncacheability.
struct GRFUTestCase {
@@ -94,4 +94,4 @@ TEST(CacheUtilTest, GetReasonsForUncacheability) {
}
}
-} // namespace content
+} // namespace media

Powered by Google App Engine
This is Rietveld 408576698