| Index: Source/web/FrameLoaderClientImpl.h
|
| diff --git a/Source/web/FrameLoaderClientImpl.h b/Source/web/FrameLoaderClientImpl.h
|
| index 53c687bae666303e1dac940434051df6e0ec165e..c1c4d0eca5dbfa42a164ede5d14d1330444791e5 100644
|
| --- a/Source/web/FrameLoaderClientImpl.h
|
| +++ b/Source/web/FrameLoaderClientImpl.h
|
| @@ -37,7 +37,7 @@
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebFrameImpl;
|
| class WebPluginContainerImpl;
|
| @@ -172,6 +172,6 @@ inline FrameLoaderClientImpl* toFrameLoaderClientImpl(WebCore::FrameLoaderClient
|
| return static_cast<FrameLoaderClientImpl*>(client);
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|