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

Unified Diff: Source/core/fetch/ResourceTest.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/fetch/RawResourceTest.cpp ('k') | Source/core/frame/OriginsUsingFeaturesTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fetch/ResourceTest.cpp
diff --git a/Source/core/fetch/ResourceTest.cpp b/Source/core/fetch/ResourceTest.cpp
index 5dd02c66dd8a81713f34f16d74ffa465dc483415..84372390630c7d93e5190c63f14ce7ba93f2f7f6 100644
--- a/Source/core/fetch/ResourceTest.cpp
+++ b/Source/core/fetch/ResourceTest.cpp
@@ -11,11 +11,8 @@
#include "platform/testing/URLTestHelpers.h"
#include "public/platform/Platform.h"
#include "wtf/Vector.h"
-
#include <gtest/gtest.h>
-using namespace blink;
-
namespace blink {
namespace {
@@ -84,7 +81,7 @@ void createTestResourceAndSetCachedMetadata(const ResourceResponse* response)
return;
}
-} // namespace
+} // anonymous namespace
TEST(ResourceTest, SetCachedMetadata_SendsMetadataToPlatform)
{
« no previous file with comments | « Source/core/fetch/RawResourceTest.cpp ('k') | Source/core/frame/OriginsUsingFeaturesTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698