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

Unified Diff: Source/platform/PurgeableVector.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/PurgeableVector.h ('k') | Source/platform/PurgeableVectorTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/PurgeableVector.cpp
diff --git a/Source/platform/PurgeableVector.cpp b/Source/platform/PurgeableVector.cpp
index d3efe15687d03eb34f3f6ee9cb53a96ddc7a1109..2dcb4c5f9a4bb4a6c7d2c834c84a4adbf5c0b411 100644
--- a/Source/platform/PurgeableVector.cpp
+++ b/Source/platform/PurgeableVector.cpp
@@ -39,7 +39,7 @@
#include <cstring>
-namespace WebCore {
+namespace blink {
// WebDiscardableMemory allocations are expensive and page-grained. We only use
// them when there's a reasonable amount of memory to be saved by the OS
@@ -259,4 +259,4 @@ size_t PurgeableVector::adjustPurgeableCapacity(size_t capacity) const
return std::max(capacity, newCapacity); // Overflow check.
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/PurgeableVector.h ('k') | Source/platform/PurgeableVectorTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698