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

Unified Diff: content/shell/renderer/test_runner/accessibility_controller.h

Issue 264003003: test_runner: Move everything else into content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
Index: content/shell/renderer/test_runner/accessibility_controller.h
diff --git a/content/shell/renderer/test_runner/accessibility_controller.h b/content/shell/renderer/test_runner/accessibility_controller.h
index 30e0131703bdc5a69a74e2833251494fae7af78a..5ea475fc9acac1c4fedc6d6431d3b2f47ffe0cbc 100644
--- a/content/shell/renderer/test_runner/accessibility_controller.h
+++ b/content/shell/renderer/test_runner/accessibility_controller.h
@@ -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_;

Powered by Google App Engine
This is Rietveld 408576698