summaryrefslogtreecommitdiffstats
path: root/ui/aura/display_observer.h
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-27 18:50:45 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-27 18:50:45 +0000
commitebc1dea7ab6f535eac8db6de630d7c509d57b6d8 (patch)
tree828fcb3eca002347745a2c754f194060e7af265a /ui/aura/display_observer.h
parentf70e426254b0dda5540398aa47202d8d8c817196 (diff)
downloadchromium_src-ebc1dea7ab6f535eac8db6de630d7c509d57b6d8.zip
chromium_src-ebc1dea7ab6f535eac8db6de630d7c509d57b6d8.tar.gz
chromium_src-ebc1dea7ab6f535eac8db6de630d7c509d57b6d8.tar.bz2
Rename the remaining usage of Monitor to Display
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10675011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144499 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/display_observer.h')
-rw-r--r--ui/aura/display_observer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/aura/display_observer.h b/ui/aura/display_observer.h
index 282241d..0399ae6 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_