| Index: Source/web/BackForwardClientImpl.h
|
| diff --git a/Source/web/BackForwardClientImpl.h b/Source/web/BackForwardClientImpl.h
|
| index 1b4a1991dc42d12db56e1b7c96f5b802a144198e..fcb713c4b656a5965796fcdbd9076ca33a34595a 100644
|
| --- a/Source/web/BackForwardClientImpl.h
|
| +++ b/Source/web/BackForwardClientImpl.h
|
| @@ -34,7 +34,7 @@
|
| #include "core/history/HistoryItem.h"
|
| #include "core/page/BackForwardClient.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
| class WebViewImpl;
|
|
|
| class BackForwardClientImpl : public WebCore::BackForwardClient {
|
| @@ -51,6 +51,6 @@ private:
|
| WebViewImpl* m_webView;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|