summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_browsertest.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-30 00:20:09 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-30 00:20:09 +0000
commit2dbcad1cd7537645456400c42d8b69782f80bfc4 (patch)
tree0b2a03b8863f7e3e2a5828eed0991d3bafcbb0fc /content/browser/plugin_browsertest.cc
parent413fcd026dff74cf460807cdecf44401cc13a9fa (diff)
downloadchromium_src-2dbcad1cd7537645456400c42d8b69782f80bfc4.zip
chromium_src-2dbcad1cd7537645456400c42d8b69782f80bfc4.tar.gz
chromium_src-2dbcad1cd7537645456400c42d8b69782f80bfc4.tar.bz2
Move remaining content test code into the content namespace.
Review URL: https://codereview.chromium.org/11346016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164789 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/plugin_browsertest.cc')
-rw-r--r--content/browser/plugin_browsertest.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/browser/plugin_browsertest.cc b/content/browser/plugin_browsertest.cc
index 71e3b8c..5a34856 100644
--- a/content/browser/plugin_browsertest.cc
+++ b/content/browser/plugin_browsertest.cc
@@ -21,6 +21,7 @@
#include "base/win/registry.h"
#endif
+namespace content {
namespace {
void SetUrlRequestMock(const FilePath& path) {
@@ -29,8 +30,6 @@ void SetUrlRequestMock(const FilePath& path) {
}
-namespace content {
-
class PluginTest : public ContentBrowserTest {
protected:
PluginTest() {}