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

Unified Diff: Source/modules/serviceworkers/ServiceWorkerContainerTest.cpp

Issue 454353002: Cleanup namespace usage in modules/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/modules/serviceworkers/ServiceWorkerContainerTest.cpp
diff --git a/Source/modules/serviceworkers/ServiceWorkerContainerTest.cpp b/Source/modules/serviceworkers/ServiceWorkerContainerTest.cpp
index 4b643b13ea12ff1dbbbb529029760a36a52e30f8..aadc42a0e63dc22e366963484003b25c8b85e8f9 100644
--- a/Source/modules/serviceworkers/ServiceWorkerContainerTest.cpp
+++ b/Source/modules/serviceworkers/ServiceWorkerContainerTest.cpp
@@ -26,8 +26,7 @@
#include <gtest/gtest.h>
#include <v8.h>
-using namespace blink;
-
+namespace blink {
namespace {
// Promise-related test support.
@@ -342,3 +341,4 @@ TEST_F(ServiceWorkerContainerTest, RegisterUnregister_NonHttpsSecureOriginDelega
}
} // namespace
+} // namespace blink
« no previous file with comments | « Source/modules/indexeddb/IDBTransactionTest.cpp ('k') | Source/modules/webdatabase/sqlite/SQLiteFileSystemPosix.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698