| Index: Source/web/WebDataSourceImpl.cpp
|
| diff --git a/Source/web/WebDataSourceImpl.cpp b/Source/web/WebDataSourceImpl.cpp
|
| index d53239788d60c3129c0152b91f9da33a7ddb4669..a07c29fe693507f428395f76de248c88764f5d00 100644
|
| --- a/Source/web/WebDataSourceImpl.cpp
|
| +++ b/Source/web/WebDataSourceImpl.cpp
|
| @@ -40,7 +40,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| static OwnPtr<WebPluginLoadObserver>& nextPluginLoadObserver()
|
| {
|
| @@ -185,4 +185,4 @@ WebDataSourceImpl::~WebDataSourceImpl()
|
| {
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|