Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / content / shell / renderer / test_runner / accessibility_controller.h
index 30e0131..5ea475f 100644 (file)
@@ -18,12 +18,10 @@ class WebString;
 class WebView;
 }
 
-namespace WebTestRunner {
-class WebTestDelegate;
-}
-
 namespace content {
 
+class WebTestDelegate;
+
 class AccessibilityController :
       public base::SupportsWeakPtr<AccessibilityController> {
  public:
@@ -37,7 +35,7 @@ class AccessibilityController :
   void NotificationReceived(const blink::WebAXObject& target,
                             const std::string& notification_name);
 
-  void SetDelegate(WebTestRunner::WebTestDelegate* delegate);
+  void SetDelegate(WebTestDelegate* delegate);
   void SetWebView(blink::WebView* web_view);
 
  private:
@@ -64,7 +62,7 @@ class AccessibilityController :
 
   v8::Persistent<v8::Function> notification_callback_;
 
-  WebTestRunner::WebTestDelegate* delegate_;
+  WebTestDelegate* delegate_;
   blink::WebView* web_view_;
 
   base::WeakPtrFactory<AccessibilityController> weak_factory_;