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

Unified Diff: public/web/WebSpeechRecognitionResult.h

Issue 401973003: Rename WebCore namespace to blink in Public (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
« no previous file with comments | « public/web/WebSpeechRecognitionHandle.h ('k') | public/web/WebSurroundingText.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebSpeechRecognitionResult.h
diff --git a/public/web/WebSpeechRecognitionResult.h b/public/web/WebSpeechRecognitionResult.h
index d34e00bde9e7067c168a6fd8e63cf2eb12050dd8..683f71da4bee2728d73917305046a45c87f710f7 100644
--- a/public/web/WebSpeechRecognitionResult.h
+++ b/public/web/WebSpeechRecognitionResult.h
@@ -31,7 +31,7 @@
#include "../platform/WebString.h"
#include "../platform/WebVector.h"
-namespace WebCore {
+namespace blink {
class SpeechRecognitionResult;
}
@@ -48,11 +48,11 @@ public:
BLINK_EXPORT void reset();
#if BLINK_IMPLEMENTATION
- operator WebCore::SpeechRecognitionResult*() const;
+ operator blink::SpeechRecognitionResult*() const;
#endif
private:
- WebPrivatePtr<WebCore::SpeechRecognitionResult> m_private;
+ WebPrivatePtr<blink::SpeechRecognitionResult> m_private;
};
} // namespace blink
« no previous file with comments | « public/web/WebSpeechRecognitionHandle.h ('k') | public/web/WebSurroundingText.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698