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

Unified Diff: content/shell/renderer/test_runner/WebPermissions.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/WebPermissions.h
diff --git a/content/shell/renderer/test_runner/WebPermissions.h b/content/shell/renderer/test_runner/WebPermissions.h
index f942d405a92665d732891f36dc30d3f3583ef3eb..85330b6e390225f3a3009ef73a2888c4aeade5f8 100644
--- a/content/shell/renderer/test_runner/WebPermissions.h
+++ b/content/shell/renderer/test_runner/WebPermissions.h
@@ -9,12 +9,10 @@
#include "third_party/WebKit/public/web/WebFrame.h"
#include "third_party/WebKit/public/web/WebPermissionClient.h"
-namespace WebTestRunner {
-class WebTestDelegate;
-}
-
namespace content {
+class WebTestDelegate;
+
class WebPermissions : public blink::WebPermissionClient {
public:
WebPermissions();
@@ -39,11 +37,11 @@ public:
// Resets the policy to allow everything, except for running insecure content.
void reset();
- void setDelegate(WebTestRunner::WebTestDelegate*);
+ void setDelegate(WebTestDelegate*);
void setDumpCallbacks(bool);
private:
- WebTestRunner::WebTestDelegate* m_delegate;
+ WebTestDelegate* m_delegate;
bool m_dumpCallbacks;
bool m_imagesAllowed;
« no previous file with comments | « content/shell/renderer/test_runner/TestPlugin.cpp ('k') | content/shell/renderer/test_runner/WebPermissions.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698