Index: Source/modules/encryptedmedia/MediaKeysClient.h |
diff --git a/Source/modules/encryptedmedia/MediaKeysClient.h b/Source/modules/encryptedmedia/MediaKeysClient.h |
index 687722728e823e203b436192532def59b098b07b..a72cb67d06621f99f46c420983661e411d43a932 100644 |
--- a/Source/modules/encryptedmedia/MediaKeysClient.h |
+++ b/Source/modules/encryptedmedia/MediaKeysClient.h |
@@ -12,7 +12,7 @@ namespace blink { |
class WebContentDecryptionModule; |
} |
-namespace WebCore { |
+namespace blink { |
class ExecutionContext; |
class Page; |
@@ -25,7 +25,7 @@ protected: |
virtual ~MediaKeysClient() { } |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // MediaKeysClient_h |