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

Unified Diff: Source/platform/PurgeableBuffer.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/Prerender.cpp ('k') | Source/platform/PurgeableBuffer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/PurgeableBuffer.h
diff --git a/Source/platform/PurgeableBuffer.h b/Source/platform/PurgeableBuffer.h
index 8c5fb13c23d2a9ed8f73b9dbf2abe4023dbce27b..7d058737d088c75fd74be8e78c182892569cc59c 100644
--- a/Source/platform/PurgeableBuffer.h
+++ b/Source/platform/PurgeableBuffer.h
@@ -31,7 +31,7 @@
#include "wtf/PassOwnPtr.h"
#include "platform/PlatformExport.h"
-namespace WebKit {
+namespace blink {
class WebDiscardableMemory;
}
@@ -60,9 +60,9 @@ private:
Purged
};
- PurgeableBuffer(PassOwnPtr<WebKit::WebDiscardableMemory>, const char* data, size_t);
+ PurgeableBuffer(PassOwnPtr<blink::WebDiscardableMemory>, const char* data, size_t);
- OwnPtr<WebKit::WebDiscardableMemory> m_memory;
+ OwnPtr<blink::WebDiscardableMemory> m_memory;
size_t m_size;
State m_state;
};
« no previous file with comments | « Source/platform/Prerender.cpp ('k') | Source/platform/PurgeableBuffer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698