| 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
|
|
|