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

Unified Diff: Source/platform/TestingPlatformSupport.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/TestingPlatformSupport.h ('k') | Source/platform/Theme.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/TestingPlatformSupport.cpp
diff --git a/Source/platform/TestingPlatformSupport.cpp b/Source/platform/TestingPlatformSupport.cpp
index 366766bd7aed8a1e9b88dcceea1155fb503c4f4c..3000c38c1b10b70019aa449d8d31a6cce10e3d13 100644
--- a/Source/platform/TestingPlatformSupport.cpp
+++ b/Source/platform/TestingPlatformSupport.cpp
@@ -32,7 +32,7 @@
#include "platform/TestingPlatformSupport.h"
-namespace WebCore {
+namespace blink {
TestingDiscardableMemory::TestingDiscardableMemory(size_t size) : m_data(size), m_isLocked(true)
{
@@ -90,4 +90,4 @@ const unsigned char* TestingPlatformSupport::getTraceCategoryEnabledFlag(const c
return &tracingIsDisabled;
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/TestingPlatformSupport.h ('k') | Source/platform/Theme.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698