| 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();
|
|
|