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

Unified Diff: Source/web/FindInPageCoordinates.h

Issue 474183002: Cleanup namespace usage in Source/web/*.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 months 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/ExternalDateTimeChooser.h ('k') | Source/web/IndexedDBClientImpl.h » ('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 481e086ad29794b1beee4d65f6a2dbf726adc5cc..acc37fb3f93782669dd781f1ffcedae8e4b3a53e 100644
--- a/Source/web/FindInPageCoordinates.h
+++ b/Source/web/FindInPageCoordinates.h
@@ -53,8 +53,8 @@ namespace blink {
// are scroll-independent, representing any contents scaled to the visible area of their container.
// The provided methods support scroll:overflow and are CSS position and transform-friendly.
-blink::FloatRect findInPageRectFromAbsoluteRect(const blink::FloatRect&, const blink::RenderObject*);
-blink::FloatRect findInPageRectFromRange(blink::Range*);
+FloatRect findInPageRectFromAbsoluteRect(const FloatRect&, const RenderObject*);
+FloatRect findInPageRectFromRange(Range*);
} // namespace blink
« no previous file with comments | « Source/web/ExternalDateTimeChooser.h ('k') | Source/web/IndexedDBClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698