| Index: third_party/WebKit/Source/wtf/text/StringImplMac.mm
|
| diff --git a/third_party/WebKit/Source/wtf/text/StringImplMac.mm b/third_party/WebKit/Source/wtf/text/StringImplMac.mm
|
| index 4b741ee2a6d9de087a1842f4dacfa5a2a07ce57d..e2a952ef52932c725b793c799d36dbdfdacd1518 100644
|
| --- a/third_party/WebKit/Source/wtf/text/StringImplMac.mm
|
| +++ b/third_party/WebKit/Source/wtf/text/StringImplMac.mm
|
| @@ -44,4 +44,4 @@ StringImpl::operator NSString *()
|
| return HardAutorelease(createCFString().leakRef());
|
| }
|
|
|
| -}
|
| +} // namespace WTF
|
|
|