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

Unified Diff: public/web/WebMediaPlayerClient.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | « public/web/WebMediaPlayerAction.h ('k') | public/web/WebMediaStreamRegistry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebMediaPlayerClient.h
diff --git a/public/web/WebMediaPlayerClient.h b/public/web/WebMediaPlayerClient.h
index db613ed5066a7accf84b31048eaad714e0af95e4..d86108ca0fd925a12f51ad944cba488751bfac6b 100644
--- a/public/web/WebMediaPlayerClient.h
+++ b/public/web/WebMediaPlayerClient.h
@@ -33,7 +33,7 @@
#include "WebMediaPlayer.h"
-namespace WebKit {
+namespace blink {
class WebFrame;
class WebInbandTextTrack;
@@ -84,6 +84,6 @@ protected:
~WebMediaPlayerClient() { }
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebMediaPlayerAction.h ('k') | public/web/WebMediaStreamRegistry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698