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 |