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

Unified Diff: Source/platform/graphics/ThreadSafeDataTransportTest.cpp

Issue 1184673003: Fix unit test style in Source/platform/, part 2. (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/graphics/ThreadSafeDataTransportTest.cpp
diff --git a/Source/platform/graphics/ThreadSafeDataTransportTest.cpp b/Source/platform/graphics/ThreadSafeDataTransportTest.cpp
index 6375c75c350dd22e126cfb987076c084eeaec99f..9d8ff3efedaabc01dd19b6e3f31aaff77874c5d0 100644
--- a/Source/platform/graphics/ThreadSafeDataTransportTest.cpp
+++ b/Source/platform/graphics/ThreadSafeDataTransportTest.cpp
@@ -24,15 +24,12 @@
*/
#include "config.h"
-
#include "platform/graphics/ThreadSafeDataTransport.h"
#include "platform/SharedBuffer.h"
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
TEST(ThreadSafeDataTransportTest, hasNewData)
{
@@ -76,4 +73,4 @@ TEST(ThreadSafeDataTransportTest, setData)
EXPECT_FALSE(memcmp(testString3, tempBuffer->data(), tempBuffer->size()));
}
-} // namespace
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698