Index: content/renderer/media/preload.h |
diff --git a/webkit/renderer/media/preload.h b/content/renderer/media/preload.h |
similarity index 77% |
rename from webkit/renderer/media/preload.h |
rename to content/renderer/media/preload.h |
index ca4130885cb13cf20936c08283030ec13861cb5c..8fefd93687eee2f07437d194aabede884b512c75 100644 |
--- a/webkit/renderer/media/preload.h |
+++ b/content/renderer/media/preload.h |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef WEBKIT_RENDERER_MEDIA_PRELOAD_H_ |
-#define WEBKIT_RENDERER_MEDIA_PRELOAD_H_ |
+#ifndef CONTENT_RENDERER_MEDIA_PRELOAD_H_ |
+#define CONTENT_RENDERER_MEDIA_PRELOAD_H_ |
-namespace webkit_media { |
+namespace content { |
// Used to specify video preload states. They are "hints" to the browser about |
// how aggressively the browser should load and buffer data. |
@@ -20,6 +20,6 @@ enum Preload { |
AUTO, |
}; |
-} // namespace webkit_media |
+} // namespace content |
-#endif // WEBKIT_RENDERER_MEDIA_PRELOAD_H_ |
+#endif // CONTENT_RENDERER_MEDIA_PRELOAD_H_ |