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

Unified Diff: public/web/WebHitTestResult.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/WebHistoryItem.h ('k') | public/web/WebIconURL.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebHitTestResult.h
diff --git a/public/web/WebHitTestResult.h b/public/web/WebHitTestResult.h
index 568a738333d36ed8190958b316ce5d17e8b45d2a..a48f3cd04c35e3058576a271c6b2b44c6b61df12 100644
--- a/public/web/WebHitTestResult.h
+++ b/public/web/WebHitTestResult.h
@@ -32,7 +32,7 @@ namespace WebCore {
class HitTestResult;
}
-namespace WebKit {
+namespace blink {
class WebElement;
class WebNode;
@@ -81,6 +81,6 @@ protected:
WebPrivateOwnPtr<WebCore::HitTestResult> m_private;
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebHistoryItem.h ('k') | public/web/WebIconURL.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698