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

Unified Diff: public/web/WebSpeechGrammar.h

Issue 454103003: Cleanup namespace usage in public/web/Web[N-Z]*.h. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 e492f8aedf4b11bbf312e955e6d16797329cb487..0d505054d042ea9d49442e0f527f22a40e035ba4 100644
--- a/public/web/WebSpeechGrammar.h
+++ b/public/web/WebSpeechGrammar.h
@@ -31,10 +31,8 @@
#include "../platform/WebURL.h"
namespace blink {
-class SpeechGrammar;
-}
-namespace blink {
+class SpeechGrammar;
class WebSpeechGrammar {
public:
@@ -49,12 +47,12 @@ public:
BLINK_EXPORT void assign(const WebSpeechGrammar&);
#if BLINK_IMPLEMENTATION
- explicit WebSpeechGrammar(blink::SpeechGrammar*);
- WebSpeechGrammar& operator=(blink::SpeechGrammar*);
+ explicit WebSpeechGrammar(SpeechGrammar*);
+ WebSpeechGrammar& operator=(SpeechGrammar*);
#endif
private:
- WebPrivatePtr<blink::SpeechGrammar> m_private;
+ WebPrivatePtr<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