| Index: Source/platform/KillRing.h
|
| diff --git a/Source/platform/KillRing.h b/Source/platform/KillRing.h
|
| index 84ff486d7a240b6a3bffdab77f039bf3a74d8c42..0af30703a71f8d2e969c2f6820cf516d242fa2af 100644
|
| --- a/Source/platform/KillRing.h
|
| +++ b/Source/platform/KillRing.h
|
| @@ -29,7 +29,7 @@
|
| #include "platform/PlatformExport.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class PLATFORM_EXPORT KillRing {
|
| WTF_MAKE_FAST_ALLOCATED;
|
| @@ -41,6 +41,6 @@ public:
|
| void setToYankedState();
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // KillRing_h
|
|
|