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

Unified Diff: Source/web/tests/WebUserGestureTokenTest.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/WebURLResponseTest.cpp ('k') | Source/web/tests/WebViewTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/WebUserGestureTokenTest.cpp
diff --git a/Source/web/tests/WebUserGestureTokenTest.cpp b/Source/web/tests/WebUserGestureTokenTest.cpp
index bc0e18fefe2e3b98b45ba9549c63b8f78de0466e..df77a110c5b3236a59055af918fae7bd2ffb165a 100644
--- a/Source/web/tests/WebUserGestureTokenTest.cpp
+++ b/Source/web/tests/WebUserGestureTokenTest.cpp
@@ -29,7 +29,6 @@
*/
#include "config.h"
-
#include "public/web/WebUserGestureToken.h"
#include "platform/UserGestureIndicator.h"
@@ -37,9 +36,7 @@
#include "public/web/WebUserGestureIndicator.h"
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
TEST(WebUserGestureTokenTest, Basic)
{
@@ -80,4 +77,4 @@ TEST(WebUserGestureTokenTest, Basic)
EXPECT_TRUE(UserGestureIndicator::processedUserGestureSinceLoad());
}
-}
+} // namespace blink
« no previous file with comments | « Source/web/tests/WebURLResponseTest.cpp ('k') | Source/web/tests/WebViewTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698