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

Unified Diff: ui/aura/display_observer.h

Issue 10675011: Rename the remaining usage of Monitor to Display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 6 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 | « ui/aura/display_manager.cc ('k') | ui/aura/env.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/display_observer.h
diff --git a/ui/aura/display_observer.h b/ui/aura/display_observer.h
index 282241d47f4520079474574bbbac634af20dfd88..0399ae65ed8795c25d747be73d45d69ad9eb2b37 100644
--- a/ui/aura/display_observer.h
+++ b/ui/aura/display_observer.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_AURA_MONITOR_OBSERVER_H_
-#define UI_AURA_MONITOR_OBSERVER_H_
+#ifndef UI_AURA_DISPLAY_OBSERVER_H_
+#define UI_AURA_DISPLAY_OBSERVER_H_
#pragma once
#include "ui/aura/aura_export.h"
@@ -20,7 +20,7 @@ class AURA_EXPORT DisplayObserver {
// Called when the |display|'s bound has changed.
virtual void OnDisplayBoundsChanged(const gfx::Display& display) = 0;
- // Called when |new_monitor| has been added.
+ // Called when |new_display| has been added.
virtual void OnDisplayAdded(const gfx::Display& new_display) = 0;
// Called when |old_display| has been removed.
@@ -32,4 +32,4 @@ class AURA_EXPORT DisplayObserver {
} // namespace aura
-#endif // UI_AURA_MONITOR_OBSERVER_H_
+#endif // UI_AURA_DISPLAY_OBSERVER_H_
« no previous file with comments | « ui/aura/display_manager.cc ('k') | ui/aura/env.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698