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

Unified Diff: ui/aura/display_observer.cc

Issue 10540091: Rename gfx::Monitor to gfx::Display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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_observer.h ('k') | ui/aura/env.cc » ('j') | ui/gfx/screen.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/display_observer.cc
diff --git a/ui/aura/monitor_observer.cc b/ui/aura/display_observer.cc
similarity index 73%
rename from ui/aura/monitor_observer.cc
rename to ui/aura/display_observer.cc
index aa1cf0f415cd441d2eda5c49825f4cadd8142620..d9120fdebf2fd503337241ef90c5dd361dac95d8 100644
--- a/ui/aura/monitor_observer.cc
+++ b/ui/aura/display_observer.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/aura/monitor_observer.h"
+#include "ui/aura/display_observer.h"
namespace aura {
-MonitorObserver::~MonitorObserver() {
+DisplayObserver::~DisplayObserver() {
}
} // namespace aura
« no previous file with comments | « ui/aura/display_observer.h ('k') | ui/aura/env.cc » ('j') | ui/gfx/screen.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698