Index: Source/modules/speech/SpeechRecognitionController.h |
diff --git a/Source/modules/speech/SpeechRecognitionController.h b/Source/modules/speech/SpeechRecognitionController.h |
index f5512aa91c133ec3ff7082078779eff171771890..843d065f8ae673cff9171ddf449978fc59238a50 100644 |
--- a/Source/modules/speech/SpeechRecognitionController.h |
+++ b/Source/modules/speech/SpeechRecognitionController.h |
@@ -30,7 +30,7 @@ |
#include "modules/speech/SpeechRecognitionClient.h" |
#include "wtf/PassOwnPtr.h" |
-namespace WebCore { |
+namespace blink { |
class SpeechRecognitionController FINAL : public NoBaseWillBeGarbageCollectedFinalized<SpeechRecognitionController>, public WillBeHeapSupplement<Page> { |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(SpeechRecognitionController); |
@@ -57,6 +57,6 @@ private: |
OwnPtr<SpeechRecognitionClient> m_client; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // SpeechRecognitionController_h |