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

Unified Diff: Source/platform/graphics/media/MediaPlayer.cpp

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « Source/platform/graphics/media/MediaPlayer.h ('k') | Source/platform/graphics/skia/GaneshUtils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/media/MediaPlayer.cpp
diff --git a/Source/platform/graphics/media/MediaPlayer.cpp b/Source/platform/graphics/media/MediaPlayer.cpp
index e86d08a8b9a87a7f3179b6c00628d4a95389f5b1..70b2db22127e5cc873373a0cbea7c7871e705362 100644
--- a/Source/platform/graphics/media/MediaPlayer.cpp
+++ b/Source/platform/graphics/media/MediaPlayer.cpp
@@ -28,7 +28,7 @@
#include "wtf/PassOwnPtr.h"
-namespace WebCore {
+namespace blink {
static CreateMediaEnginePlayer createMediaEngineFunction = 0;
@@ -45,4 +45,4 @@ PassOwnPtr<MediaPlayer> MediaPlayer::create(MediaPlayerClient* client)
return createMediaEngineFunction(client);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/graphics/media/MediaPlayer.h ('k') | Source/platform/graphics/skia/GaneshUtils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698