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

Unified Diff: public/web/WebSpeechRecognitionHandle.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/WebSpeechGrammar.h ('k') | public/web/WebSpeechRecognitionResult.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebSpeechRecognitionHandle.h
diff --git a/public/web/WebSpeechRecognitionHandle.h b/public/web/WebSpeechRecognitionHandle.h
index c56a1be1eed416feb560504a390d50b695ce3824..40503c00a59b18e4da791c80aacffb8f74aba8b7 100644
--- a/public/web/WebSpeechRecognitionHandle.h
+++ b/public/web/WebSpeechRecognitionHandle.h
@@ -29,7 +29,7 @@
#include "../platform/WebCommon.h"
#include "../platform/WebPrivatePtr.h"
-namespace WebCore {
+namespace blink {
class SpeechRecognition;
}
@@ -62,13 +62,13 @@ public:
BLINK_EXPORT bool lessThan(const WebSpeechRecognitionHandle&) const;
#if BLINK_IMPLEMENTATION
- explicit WebSpeechRecognitionHandle(WebCore::SpeechRecognition*);
- WebSpeechRecognitionHandle& operator=(WebCore::SpeechRecognition*);
- operator WebCore::SpeechRecognition*() const;
+ explicit WebSpeechRecognitionHandle(blink::SpeechRecognition*);
+ WebSpeechRecognitionHandle& operator=(blink::SpeechRecognition*);
+ operator blink::SpeechRecognition*() const;
#endif
private:
- WebPrivatePtr<WebCore::SpeechRecognition> m_private;
+ WebPrivatePtr<blink::SpeechRecognition> m_private;
};
inline bool operator==(const WebSpeechRecognitionHandle& a, const WebSpeechRecognitionHandle& b)
« no previous file with comments | « public/web/WebSpeechGrammar.h ('k') | public/web/WebSpeechRecognitionResult.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698