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

Unified Diff: content/shell/renderer/test_runner/WebPermissions.cpp

Issue 259773007: test_runner: Move WebPermissions 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.cpp
diff --git a/content/shell/renderer/test_runner/WebPermissions.cpp b/content/shell/renderer/test_runner/WebPermissions.cpp
index 842665fc11c5660ef50d5d4c8c179ecee073444e..77d2f1e01a1a42cdc07727b588ebdd9da135bbd7 100644
--- a/content/shell/renderer/test_runner/WebPermissions.cpp
+++ b/content/shell/renderer/test_runner/WebPermissions.cpp
@@ -9,9 +9,10 @@
#include "third_party/WebKit/public/platform/WebCString.h"
#include "third_party/WebKit/public/platform/WebURL.h"
+using namespace WebTestRunner;
jochen (gone - plz use gerrit) 2014/04/28 09:22:43 please don't
using namespace std;
-namespace WebTestRunner {
+namespace content {
WebPermissions::WebPermissions()
: m_delegate(0)
@@ -110,4 +111,4 @@ void WebPermissions::reset()
m_runningInsecureContentAllowed = false;
}
-}
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698