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

Unified Diff: public/web/WebSpeechGrammar.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/WebSocket.h ('k') | public/web/WebSpeechRecognitionHandle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebSpeechGrammar.h
diff --git a/public/web/WebSpeechGrammar.h b/public/web/WebSpeechGrammar.h
index f0c4cd2c014d1298123f1dd49c802c8250c76a58..e492f8aedf4b11bbf312e955e6d16797329cb487 100644
--- a/public/web/WebSpeechGrammar.h
+++ b/public/web/WebSpeechGrammar.h
@@ -30,7 +30,7 @@
#include "../platform/WebPrivatePtr.h"
#include "../platform/WebURL.h"
-namespace WebCore {
+namespace blink {
class SpeechGrammar;
}
@@ -49,12 +49,12 @@ public:
BLINK_EXPORT void assign(const WebSpeechGrammar&);
#if BLINK_IMPLEMENTATION
- explicit WebSpeechGrammar(WebCore::SpeechGrammar*);
- WebSpeechGrammar& operator=(WebCore::SpeechGrammar*);
+ explicit WebSpeechGrammar(blink::SpeechGrammar*);
+ WebSpeechGrammar& operator=(blink::SpeechGrammar*);
#endif
private:
- WebPrivatePtr<WebCore::SpeechGrammar> m_private;
+ WebPrivatePtr<blink::SpeechGrammar> m_private;
};
} // namespace blink
« no previous file with comments | « public/web/WebSocket.h ('k') | public/web/WebSpeechRecognitionHandle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698