Upstream version 7.35.144.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / web / WebSpeechInputResult.h
index 4f4ac95..306674b 100644 (file)
@@ -35,7 +35,7 @@ namespace WebCore {
 class SpeechInputResult;
 }
 
-namespace WebKit {
+namespace blink {
 
 // This class holds one speech recognition result including the text and other related
 // fields, as received from the embedder.
@@ -56,8 +56,8 @@ public:
     BLINK_EXPORT void reset();
 
 #if BLINK_IMPLEMENTATION
-    WebSpeechInputResult(const WTF::PassRefPtr<WebCore::SpeechInputResult>&);
-    operator WTF::PassRefPtr<WebCore::SpeechInputResult>() const;
+    explicit WebSpeechInputResult(const PassRefPtrWillBeRawPtr<WebCore::SpeechInputResult>&);
+    operator PassRefPtrWillBeRawPtr<WebCore::SpeechInputResult>() const;
 #endif
 
 private:
@@ -66,6 +66,6 @@ private:
 
 typedef WebVector<WebSpeechInputResult> WebSpeechInputResultArray;
 
-} // namespace WebKit
+} // namespace blink
 
 #endif // WebSpeechInputResult_h