| Index: public/web/WebMemoryUsageInfo.h
|
| diff --git a/public/web/WebMemoryUsageInfo.h b/public/web/WebMemoryUsageInfo.h
|
| index 1168a2c7e13c42fa9da57fbd358b132326de2103..9cfcfea955f977a918d9e3875a13816b3b9e8392 100644
|
| --- a/public/web/WebMemoryUsageInfo.h
|
| +++ b/public/web/WebMemoryUsageInfo.h
|
| @@ -28,7 +28,7 @@
|
|
|
| #include "../platform/WebString.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| struct WebMemoryUsageInfo {
|
| WebMemoryUsageInfo(const WebString& allocator, size_t allocated)
|
| @@ -46,6 +46,6 @@ struct WebMemoryUsageInfo {
|
| size_t allocatedBytes;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebMemoryUsageInfo_h
|
|
|