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

Unified Diff: Source/core/fetch/CachingCorrectnessTest.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/css/parser/CSSParserValuesTest.cpp ('k') | Source/core/fetch/ImageResourceTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fetch/CachingCorrectnessTest.cpp
diff --git a/Source/core/fetch/CachingCorrectnessTest.cpp b/Source/core/fetch/CachingCorrectnessTest.cpp
index 9071c165b1612dd6803c62bd7497d8c70b98d990..e3ec937214bd7c7485b431ccfec8430a629ae2fe 100644
--- a/Source/core/fetch/CachingCorrectnessTest.cpp
+++ b/Source/core/fetch/CachingCorrectnessTest.cpp
@@ -40,12 +40,9 @@
#include "public/platform/Platform.h"
#include "wtf/OwnPtr.h"
#include "wtf/RefPtr.h"
-
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
// An URL for the original request.
const char kResourceURL[] = "http://resource.com/";
@@ -582,4 +579,4 @@ TEST_F(CachingCorrectnessTest, 302RedirectExplicitlyFreshExpires)
EXPECT_EQ(firstResource, fetched);
}
-} // namespace
+} // namespace blink
« no previous file with comments | « Source/core/css/parser/CSSParserValuesTest.cpp ('k') | Source/core/fetch/ImageResourceTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698