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

Unified Diff: Source/web/tests/WebScopedWindowFocusAllowedIndicatorTest.cpp

Issue 1174283002: Fix unit test style in Source/web/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove static Created 5 years, 6 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 | « Source/web/tests/WebPluginContainerTest.cpp ('k') | Source/web/tests/WebSearchableFormDataTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/WebScopedWindowFocusAllowedIndicatorTest.cpp
diff --git a/Source/web/tests/WebScopedWindowFocusAllowedIndicatorTest.cpp b/Source/web/tests/WebScopedWindowFocusAllowedIndicatorTest.cpp
index c660156159d99fbbbaf572ad3e63594d464e0e66..5c7100a52520f06829931cded36249101d84a19a 100644
--- a/Source/web/tests/WebScopedWindowFocusAllowedIndicatorTest.cpp
+++ b/Source/web/tests/WebScopedWindowFocusAllowedIndicatorTest.cpp
@@ -35,9 +35,7 @@
#include "public/web/WebDocument.h"
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
TEST(WebScopedWindowFocusAllowedIndicatorTest, Basic)
{
@@ -57,4 +55,4 @@ TEST(WebScopedWindowFocusAllowedIndicatorTest, Basic)
EXPECT_FALSE(document->isWindowInteractionAllowed());
}
-}
+} // namespace blink
« no previous file with comments | « Source/web/tests/WebPluginContainerTest.cpp ('k') | Source/web/tests/WebSearchableFormDataTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698