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

Unified Diff: Source/platform/heap/HeapTest.cpp

Issue 424983002: Stop using WebCore namespace in generated code (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/audio/DenormalDisabler.h ('k') | Source/platform/text/ParserUtilities.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/HeapTest.cpp
diff --git a/Source/platform/heap/HeapTest.cpp b/Source/platform/heap/HeapTest.cpp
index 9b04eef5870f27ad2f65a99fba4c2b723588faf3..3fe7192b6f995ea20069f0c4e378c8c0e9d106aa 100644
--- a/Source/platform/heap/HeapTest.cpp
+++ b/Source/platform/heap/HeapTest.cpp
@@ -1343,7 +1343,7 @@ private:
bool m_isLast;
};
-} // WebCore namespace
+} // namespace blink
WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS(blink::VectorObject);
WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS(blink::VectorObjectInheritedTrace);
@@ -4979,4 +4979,4 @@ TEST(HeapTest, RecursiveMutex)
RecursiveLockingTester::test();
}
-} // WebCore namespace
+} // namespace blink
« no previous file with comments | « Source/platform/audio/DenormalDisabler.h ('k') | Source/platform/text/ParserUtilities.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698