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

Unified Diff: content/renderer/media/cache_util.cc

Issue 18123002: Migrate webkit/renderer/media/ to content/renderer/media/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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: content/renderer/media/cache_util.cc
diff --git a/webkit/renderer/media/cache_util.cc b/content/renderer/media/cache_util.cc
similarity index 96%
rename from webkit/renderer/media/cache_util.cc
rename to content/renderer/media/cache_util.cc
index 3feafdcc44e8cee7f02a86f995b64b6d2d0a9e26..804761776b930354bddd5d5904a0f920f80516c3 100644
--- a/webkit/renderer/media/cache_util.cc
+++ b/content/renderer/media/cache_util.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 "webkit/renderer/media/cache_util.h"
+#include "content/renderer/media/cache_util.h"
#include <string>
@@ -20,7 +20,7 @@ using base::TimeDelta;
using net::HttpVersion;
using WebKit::WebURLResponse;
-namespace webkit_media {
+namespace content {
enum { kHttpOK = 200, kHttpPartialContent = 206 };
@@ -84,4 +84,4 @@ uint32 GetReasonsForUncacheability(const WebURLResponse& response) {
return reasons;
}
-} // namespace webkit_media
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698