| Index: public/platform/WebPrivatePtr.h
|
| diff --git a/public/platform/WebPrivatePtr.h b/public/platform/WebPrivatePtr.h
|
| index 9c14297ded24f2ea5399ca7cdf3ff8126c44f366..83ed0d70899605e194fc597c83690830e32f4284 100644
|
| --- a/public/platform/WebPrivatePtr.h
|
| +++ b/public/platform/WebPrivatePtr.h
|
| @@ -37,7 +37,7 @@
|
| #include "wtf/PassRefPtr.h"
|
| #endif
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // This class is an implementation detail of the WebKit API. It exists
|
| // to help simplify the implementation of WebKit interfaces that merely
|
| @@ -141,6 +141,6 @@ private:
|
| T* m_ptr;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|