| Index: Source/platform/mac/KillRingMac.mm
|
| diff --git a/Source/platform/mac/KillRingMac.mm b/Source/platform/mac/KillRingMac.mm
|
| index 350a6468645bd12c6e91d4717bb69e131e3d6075..63fd8f8af37597a5bcf9add487082cc2e073b7c3 100644
|
| --- a/Source/platform/mac/KillRingMac.mm
|
| +++ b/Source/platform/mac/KillRingMac.mm
|
| @@ -26,7 +26,7 @@
|
| #import "config.h"
|
| #import "platform/KillRing.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| extern "C" {
|
|
|
| @@ -80,4 +80,4 @@ void KillRing::setToYankedState()
|
| _NSSetKillRingToYankedState();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|