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

Unified Diff: Source/modules/speech/SpeechRecognitionError.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/SpeechRecognitionError.h
diff --git a/Source/modules/speech/SpeechRecognitionError.h b/Source/modules/speech/SpeechRecognitionError.h
index 0572449e7f4367abadc431b73da45edb6bb7fc9c..dc7d2b7efc60c61f7162ac6c211e0be10a445d8f 100644
--- a/Source/modules/speech/SpeechRecognitionError.h
+++ b/Source/modules/speech/SpeechRecognitionError.h
@@ -29,7 +29,7 @@
#include "modules/EventModules.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
struct SpeechRecognitionErrorInit : public EventInit {
SpeechRecognitionErrorInit();
@@ -76,6 +76,6 @@ private:
String m_message;
};
-} // namespace WebCore
+} // namespace blink
#endif // SpeechRecognitionError_h
« no previous file with comments | « Source/modules/speech/SpeechRecognitionController.cpp ('k') | Source/modules/speech/SpeechRecognitionError.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698