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

Unified Diff: content/renderer/external_popup_menu_browsertest.cc

Issue 11232014: Move a bunch of code in content\renderer to the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 years, 2 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
« no previous file with comments | « content/renderer/external_popup_menu.cc ('k') | content/renderer/geolocation_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/external_popup_menu_browsertest.cc
===================================================================
--- content/renderer/external_popup_menu_browsertest.cc (revision 163045)
+++ content/renderer/external_popup_menu_browsertest.cc (working copy)
@@ -12,6 +12,7 @@
// Tests for the external select popup menu (Mac specific).
+namespace content {
namespace {
const char* const kSelectID = "mySelect";
@@ -19,7 +20,7 @@
} // namespace
-class ExternalPopupMenuTest : public content::RenderViewTest {
+class ExternalPopupMenuTest : public RenderViewTest {
public:
ExternalPopupMenuTest() {}
@@ -28,7 +29,7 @@
}
virtual void SetUp() {
- content::RenderViewTest::SetUp();
+ RenderViewTest::SetUp();
// We need to set this explictly as RenderMain is not run.
WebKit::WebView::setUseExternalPopupMenus(true);
@@ -143,3 +144,5 @@
// It should return false as the select has been removed.
EXPECT_FALSE(SimulateElementClick(kSelectID));
}
+
+} // namespace content
« no previous file with comments | « content/renderer/external_popup_menu.cc ('k') | content/renderer/geolocation_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698