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

Unified Diff: ash/display/display_animator_chromeos.h

Issue 2613493002: Fix namespace for src/ui/display/. (Closed)
Patch Set: Rebase. Created 3 years, 11 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 | « no previous file | ash/display/display_animator_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_animator_chromeos.h
diff --git a/ash/display/display_animator_chromeos.h b/ash/display/display_animator_chromeos.h
index 097aa80999b8963c946f347008aacb3244fdf1a5..333d03d6565547676a49afef9668343aa5c3b9c4 100644
--- a/ash/display/display_animator_chromeos.h
+++ b/ash/display/display_animator_chromeos.h
@@ -27,11 +27,11 @@ class Layer;
namespace ash {
// DisplayAnimatorChromeOS provides the visual effects for
-// ui::DisplayConfigurator, such like fade-out/in during changing
+// display::DisplayConfigurator, such like fade-out/in during changing
// the display mode.
class ASH_EXPORT DisplayAnimatorChromeOS
: public DisplayAnimator,
- public ui::DisplayConfigurator::Observer {
+ public display::DisplayConfigurator::Observer {
public:
DisplayAnimatorChromeOS();
~DisplayAnimatorChromeOS() override;
@@ -41,12 +41,12 @@ class ASH_EXPORT DisplayAnimatorChromeOS
void StartFadeInAnimation() override;
protected:
- // ui::DisplayConfigurator::Observer overrides:
+ // display::DisplayConfigurator::Observer overrides:
void OnDisplayModeChanged(
- const ui::DisplayConfigurator::DisplayStateList& outputs) override;
+ const display::DisplayConfigurator::DisplayStateList& outputs) override;
void OnDisplayModeChangeFailed(
- const ui::DisplayConfigurator::DisplayStateList& displays,
- ui::MultipleDisplayState failed_new_state) override;
+ const display::DisplayConfigurator::DisplayStateList& displays,
+ display::MultipleDisplayState failed_new_state) override;
private:
// Clears all hiding layers. Note that in case that this method is called
« no previous file with comments | « no previous file | ash/display/display_animator_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698