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

Unified Diff: Source/web/tests/OpenTypeVerticalDataTest.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/MHTMLTest.cpp ('k') | Source/web/tests/PageSerializerTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/OpenTypeVerticalDataTest.cpp
diff --git a/Source/web/tests/OpenTypeVerticalDataTest.cpp b/Source/web/tests/OpenTypeVerticalDataTest.cpp
index 56546cfe88b800d52c42719cd45b667d88153abd..2545881578c1597afa732a33297ff30e34f552e4 100644
--- a/Source/web/tests/OpenTypeVerticalDataTest.cpp
+++ b/Source/web/tests/OpenTypeVerticalDataTest.cpp
@@ -29,9 +29,7 @@
#include "wtf/RefPtr.h"
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
struct TestTable : OpenType::TableBase {
OpenType::Fixed version;
@@ -79,4 +77,4 @@ TEST(OpenTypeVerticalDataTest, ValidateOffsetTest)
EXPECT_FALSE(table->validateOffset<uint16_t>(*buffer, sizeof(TestTable) - 1));
}
-} // namespace
+} // namespace blink
« no previous file with comments | « Source/web/tests/MHTMLTest.cpp ('k') | Source/web/tests/PageSerializerTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698