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

Unified Diff: Source/platform/PODFreeListArenaTest.cpp

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/platform/PODFreeListArena.h ('k') | Source/platform/PODInterval.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/PODFreeListArenaTest.cpp
diff --git a/Source/platform/PODFreeListArenaTest.cpp b/Source/platform/PODFreeListArenaTest.cpp
index 8e4be6bceb82542fd837c4d1611018425b40dad2..f99b4ca38f325174e5cd4d206af25cfc7d1213aa 100644
--- a/Source/platform/PODFreeListArenaTest.cpp
+++ b/Source/platform/PODFreeListArenaTest.cpp
@@ -33,7 +33,7 @@
#include <gtest/gtest.h>
-namespace WebCore {
+namespace blink {
using ArenaTestHelpers::TrackedAllocator;
@@ -168,4 +168,4 @@ TEST_F(PODFreeListArenaTest, ReusesPreviouslyFreedObjects)
}
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/PODFreeListArena.h ('k') | Source/platform/PODInterval.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698