| Index: chrome/browser/ui/gtk/tabs/dock_info_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/tabs/dock_info_gtk.cc b/chrome/browser/ui/gtk/tabs/dock_info_gtk.cc
|
| index a690dd769bc9317d7847e1da7caff092f7a05d5a..e340330152a88e668d7429c013a29a5b61e19046 100644
|
| --- a/chrome/browser/ui/gtk/tabs/dock_info_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/tabs/dock_info_gtk.cc
|
| @@ -100,7 +100,7 @@ class TopMostFinder : public BaseWindowFinder {
|
| target_(window),
|
| screen_loc_(screen_loc),
|
| is_top_most_(false) {
|
| - gtk_util::EnumerateTopLevelWindows(this);
|
| + ui::EnumerateTopLevelWindows(this);
|
| }
|
|
|
| // The window we're looking for.
|
| @@ -163,7 +163,7 @@ class LocalProcessWindowFinder : public BaseWindowFinder {
|
| : BaseWindowFinder(ignore),
|
| screen_loc_(screen_loc),
|
| result_(0) {
|
| - gtk_util::EnumerateTopLevelWindows(this);
|
| + ui::EnumerateTopLevelWindows(this);
|
| }
|
|
|
| // Position of the mouse.
|
|
|