| Index: Source/platform/exported/WebCString.cpp
|
| diff --git a/Source/platform/exported/WebCString.cpp b/Source/platform/exported/WebCString.cpp
|
| index a48abb41731c8cd8265c7344e571471a5bb29523..1d22b0341e6428da3fe8777cc85e7384fc797454 100644
|
| --- a/Source/platform/exported/WebCString.cpp
|
| +++ b/Source/platform/exported/WebCString.cpp
|
| @@ -36,7 +36,7 @@
|
| #include "wtf/text/CString.h"
|
| #include <string.h>
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| int WebCString::compare(const WebCString& other) const
|
| {
|
| @@ -105,4 +105,4 @@ void WebCString::assign(WTF::CStringBuffer* p)
|
| m_private = p;
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|