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

Unified Diff: Source/web/FindInPageCoordinates.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 | « Source/web/ExternalPopupMenu.cpp ('k') | Source/web/FindInPageCoordinates.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/FindInPageCoordinates.h
diff --git a/Source/web/FindInPageCoordinates.h b/Source/web/FindInPageCoordinates.h
index de1ba91996584b86a0dade27f44fbe99f1a00a2f..13ba4cf0ff75e44c7b260b334a256c6931f4cede 100644
--- a/Source/web/FindInPageCoordinates.h
+++ b/Source/web/FindInPageCoordinates.h
@@ -38,7 +38,7 @@ class Range;
class RenderObject;
}
-namespace WebKit {
+namespace blink {
// Find-in-page coordinate conversion methods.
//
@@ -56,6 +56,6 @@ namespace WebKit {
WebCore::FloatRect findInPageRectFromAbsoluteRect(const WebCore::FloatRect&, const WebCore::RenderObject*);
WebCore::FloatRect findInPageRectFromRange(WebCore::Range*);
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « Source/web/ExternalPopupMenu.cpp ('k') | Source/web/FindInPageCoordinates.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698