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

Unified Diff: Source/core/timing/MemoryInfoTest.cpp

Issue 1164413003: Fix unit test style in core/{animation,css,fetch,frame,layout,style,timing}/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: anonymous 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/core/style/SVGComputedStyleTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/MemoryInfoTest.cpp
diff --git a/Source/core/timing/MemoryInfoTest.cpp b/Source/core/timing/MemoryInfoTest.cpp
index 70106042eaa3c7e6b17aea3ba213a58db0f8fb80..0b22803fc860e8f16333d4b5db7287778d67864d 100644
--- a/Source/core/timing/MemoryInfoTest.cpp
+++ b/Source/core/timing/MemoryInfoTest.cpp
@@ -29,14 +29,11 @@
*/
#include "config.h"
-
#include "core/timing/MemoryInfo.h"
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
TEST(MemoryInfo, quantizeMemorySize)
{
@@ -58,4 +55,4 @@ TEST(MemoryInfo, quantizeMemorySize)
EXPECT_EQ(10000000u, quantizeMemorySize(0));
}
-} // namespace
+} // namespace blink
« no previous file with comments | « Source/core/style/SVGComputedStyleTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698