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

Unified Diff: Source/modules/encryptedmedia/MediaKeyMessageEvent.h

Issue 403013002: Rename WebCore to blink in Modules (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
Index: Source/modules/encryptedmedia/MediaKeyMessageEvent.h
diff --git a/Source/modules/encryptedmedia/MediaKeyMessageEvent.h b/Source/modules/encryptedmedia/MediaKeyMessageEvent.h
index a512101ba94a07a96ee6fcb21ea2583a7ccab84c..ac46880a6ec6cfcfb4734278adb5418225eabbf3 100644
--- a/Source/modules/encryptedmedia/MediaKeyMessageEvent.h
+++ b/Source/modules/encryptedmedia/MediaKeyMessageEvent.h
@@ -30,7 +30,7 @@
#include "core/html/MediaKeyError.h"
#include "modules/EventModules.h"
-namespace WebCore {
+namespace blink {
struct MediaKeyMessageEventInit : public EventInit {
MediaKeyMessageEventInit();
@@ -68,6 +68,6 @@ private:
String m_destinationURL;
};
-} // namespace WebCore
+} // namespace blink
#endif

Powered by Google App Engine
This is Rietveld 408576698