| Index: public/web/WebHistoryItem.h
|
| diff --git a/public/web/WebHistoryItem.h b/public/web/WebHistoryItem.h
|
| index f8683b4ff0b80e8e554d19ad5d9cecc9424b20c0..9a91d4532c9db40af8da19bfc57f7fd5325c4f1a 100644
|
| --- a/public/web/WebHistoryItem.h
|
| +++ b/public/web/WebHistoryItem.h
|
| @@ -36,7 +36,7 @@
|
|
|
| namespace WebCore { class HistoryItem; }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
| class WebHTTPBody;
|
| class WebString;
|
| class WebSerializedScriptValue;
|
| @@ -121,6 +121,6 @@ private:
|
| WebPrivatePtr<WebCore::HistoryItem> m_private;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|