| Index: public/platform/WebPrivateOwnPtr.h
|
| diff --git a/public/platform/WebPrivateOwnPtr.h b/public/platform/WebPrivateOwnPtr.h
|
| index b1f558f91b014b2a238fe403ac2b9e8e05dc470c..d76cff68f4ee774e15d2c7ae281e220111ba901d 100644
|
| --- a/public/platform/WebPrivateOwnPtr.h
|
| +++ b/public/platform/WebPrivateOwnPtr.h
|
| @@ -34,7 +34,7 @@
|
| #include "wtf/PassOwnPtr.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
|
| @@ -95,6 +95,6 @@ template<typename T> template<typename U> inline WebPrivateOwnPtr<T>::WebPrivate
|
| }
|
| #endif
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|