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

Unified Diff: ash/display/window_tree_host_manager.h

Issue 2613493002: Fix namespace for src/ui/display/. (Closed)
Patch Set: Fix missed references. Created 3 years, 12 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: ash/display/window_tree_host_manager.h
diff --git a/ash/display/window_tree_host_manager.h b/ash/display/window_tree_host_manager.h
index 91896164c79784b9477e534e2d675f6ce4cd398d..7d36058aaf7f076fc570dba372c7986329243359 100644
--- a/ash/display/window_tree_host_manager.h
+++ b/ash/display/window_tree_host_manager.h
@@ -158,7 +158,7 @@ class ASH_EXPORT WindowTreeHostManager
void PreDisplayConfigurationChange(bool clear_focus) override;
void PostDisplayConfigurationChange(bool must_clear_window) override;
#if defined(OS_CHROMEOS)
- ui::DisplayConfigurator* display_configurator() override;
+ display::DisplayConfigurator* display_configurator() override;
#endif
// ui::internal::InputMethodDelegate overrides:

Powered by Google App Engine
This is Rietveld 408576698