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

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

Issue 18261007: Migrate webkit/renderer/media/ to content/renderer/media/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win64 AGAIN Created 7 years, 5 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 | « content/renderer/media/cache_util.h ('k') | content/renderer/media/cache_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 93518c070caeeb09cb7d4cf8070c0f62684a2370..f7326c12e09982e6a3b7d7d4e9c6faea983b879f 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
« no previous file with comments | « content/renderer/media/cache_util.h ('k') | content/renderer/media/cache_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698