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

Unified Diff: Source/platform/ClockTest.cpp

Issue 1182703002: Fix unit test style in Source/platform/, part 1. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/platform/ClockTest.cpp
diff --git a/Source/platform/ClockTest.cpp b/Source/platform/ClockTest.cpp
index 737a035228484862d18ea5da2d32c6f23c096683..36169807f31e99a76b933ce4783e939442a68ffd 100644
--- a/Source/platform/ClockTest.cpp
+++ b/Source/platform/ClockTest.cpp
@@ -32,12 +32,9 @@
#include "platform/Clock.h"
#include "wtf/OwnPtr.h"
-
#include <gtest/gtest.h>
-using blink::Clock;
-
-namespace {
+namespace blink {
TEST(Clock, StartStop)
{
@@ -58,4 +55,4 @@ TEST(Clock, SetCurrentTimeThenStartStop)
EXPECT_TRUE(clock->currentTime() >= 10.0);
}
-} // namespace
+} // namespace blink
« no previous file with comments | « no previous file | Source/platform/DecimalTest.cpp » ('j') | Source/platform/fonts/shaping/HarfBuzzShaperTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698