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

Unified Diff: webkit/child/web_discardable_memory_impl.h

Issue 61553006: Rename WebKit namespace to blink (part 5) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « webkit/child/touch_fling_gesture_curve_unittest.cc ('k') | webkit/child/webfallbackthemeengine_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/web_discardable_memory_impl.h
diff --git a/webkit/child/web_discardable_memory_impl.h b/webkit/child/web_discardable_memory_impl.h
index 82de1c4b7c9c33f425ce65840184d03f1f78c59a..38e9b6bbf30d186f587d43a7023650f2555dbc28 100644
--- a/webkit/child/web_discardable_memory_impl.h
+++ b/webkit/child/web_discardable_memory_impl.h
@@ -11,7 +11,7 @@
#include "third_party/WebKit/public/platform/WebDiscardableMemory.h"
#include "webkit/child/webkit_child_export.h"
-namespace WebKit {
+namespace blink {
class WebDiscardableMemory;
}
@@ -20,13 +20,13 @@ namespace webkit_glue {
// Implementation of WebDiscardableMemory that is responsible for allocating
// discardable memory.
class WEBKIT_CHILD_EXPORT WebDiscardableMemoryImpl
- : NON_EXPORTED_BASE(public WebKit::WebDiscardableMemory) {
+ : NON_EXPORTED_BASE(public blink::WebDiscardableMemory) {
public:
virtual ~WebDiscardableMemoryImpl();
static scoped_ptr<WebDiscardableMemoryImpl> CreateLockedMemory(size_t size);
- // WebKit::WebDiscardableMemory:
+ // blink::WebDiscardableMemory:
virtual bool lock();
virtual void unlock();
virtual void* data();
« no previous file with comments | « webkit/child/touch_fling_gesture_curve_unittest.cc ('k') | webkit/child/webfallbackthemeengine_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698