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

Unified Diff: chrome/browser/ui/views/bookmarks/bookmark_bar_view.h

Issue 1920263003: Rename gfx::Display/Screen to display::Display/Screen in chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
Index: chrome/browser/ui/views/bookmarks/bookmark_bar_view.h
diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h
index 3a38f6c29ac8b31b68019d79fe36948892051b26..a99bf1c4f17e9854926fb2c915bc9891780603f7 100644
--- a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h
+++ b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.h
@@ -143,7 +143,7 @@ class BookmarkBarView : public views::AccessiblePaneView,
// Returns the tooltip text for the specified url and title. The returned
// text is clipped to fit within the bounds of the monitor. |context| is
- // used to determine which gfx::Screen is used to retrieve bounds.
+ // used to determine which display::Screen is used to retrieve bounds.
//
// Note that we adjust the direction of both the URL and the title based on
// the locale so that pure LTR strings are displayed properly in RTL locales.

Powered by Google App Engine
This is Rietveld 408576698