Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1094)

Unified Diff: public/web/WebHistoryItem.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « public/web/WebHelperPlugin.h ('k') | public/web/WebHitTestResult.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « public/web/WebHelperPlugin.h ('k') | public/web/WebHitTestResult.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698