Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / content / shell / renderer / test_runner / mock_web_speech_recognizer.h
index 05dbb34..446d142 100644 (file)
@@ -9,7 +9,7 @@
 #include <vector>
 
 #include "base/basictypes.h"
-#include "content/shell/renderer/test_runner/WebTask.h"
+#include "content/shell/renderer/test_runner/web_task.h"
 #include "third_party/WebKit/public/web/WebSpeechRecognizer.h"
 
 namespace blink {
@@ -83,7 +83,7 @@ class MockWebSpeechRecognizer : public blink::WebSpeechRecognizer {
    public:
     StepTask(MockWebSpeechRecognizer* object)
         : WebMethodTask<MockWebSpeechRecognizer>(object) {}
-    virtual void runIfValid() OVERRIDE;
+    virtual void RunIfValid() OVERRIDE;
 
    private:
     DISALLOW_COPY_AND_ASSIGN(StepTask);