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

Unified Diff: content/renderer/media/texttrack_impl.h

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/test_response_generator.cc ('k') | content/renderer/media/texttrack_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/texttrack_impl.h
diff --git a/webkit/renderer/media/texttrack_impl.h b/content/renderer/media/texttrack_impl.h
similarity index 84%
rename from webkit/renderer/media/texttrack_impl.h
rename to content/renderer/media/texttrack_impl.h
index 97ed9bb1c31439bcf4b68f6c569f870c3df7c339..09007c6b17af8a33526f30e2b27a837e216bf46c 100644
--- a/webkit/renderer/media/texttrack_impl.h
+++ b/content/renderer/media/texttrack_impl.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_RENDERER_MEDIA_TEXTTRACK_IMPL_H_
-#define WEBKIT_RENDERER_MEDIA_TEXTTRACK_IMPL_H_
+#ifndef CONTENT_RENDERER_MEDIA_TEXTTRACK_IMPL_H_
+#define CONTENT_RENDERER_MEDIA_TEXTTRACK_IMPL_H_
#include <string>
@@ -15,7 +15,7 @@ namespace WebKit {
class WebMediaPlayerClient;
}
-namespace webkit_media {
+namespace content {
class WebInbandTextTrackImpl;
@@ -39,7 +39,7 @@ class TextTrackImpl : public media::TextTrack {
DISALLOW_COPY_AND_ASSIGN(TextTrackImpl);
};
-} // namespace webkit_media
+} // namespace content
-#endif // WEBKIT_RENDERER_MEDIA_TEXTTRACK_IMPL_H_
+#endif // CONTENT_RENDERER_MEDIA_TEXTTRACK_IMPL_H_
« no previous file with comments | « content/renderer/media/test_response_generator.cc ('k') | content/renderer/media/texttrack_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698