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

Unified Diff: Source/modules/speech/SpeechRecognitionController.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/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
« no previous file with comments | « Source/modules/speech/SpeechRecognitionClient.h ('k') | Source/modules/speech/SpeechRecognitionController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698