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

Unified Diff: chromeos/display/output_configurator.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 | « chromeos/display/DEPS ('k') | chromeos/display/output_configurator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/display/output_configurator.h
diff --git a/chromeos/monitor/output_configurator.h b/chromeos/display/output_configurator.h
similarity index 96%
rename from chromeos/monitor/output_configurator.h
rename to chromeos/display/output_configurator.h
index b98bcb467a884d3bacb1dd3485e2f3dbeebd8ffb..2b6d2d47fded1e5029af45dce96dffc15bddc812 100644
--- a/chromeos/monitor/output_configurator.h
+++ b/chromeos/display/output_configurator.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 CHROMEOS_MONITOR_OUTPUT_CONFIGURATOR_H_
-#define CHROMEOS_MONITOR_OUTPUT_CONFIGURATOR_H_
+#ifndef CHROMEOS_DISPLAY_OUTPUT_CONFIGURATOR_H_
+#define CHROMEOS_DISPLAY_OUTPUT_CONFIGURATOR_H_
#pragma once
#include "base/basictypes.h"
@@ -42,7 +42,7 @@ struct CachedOutputDescription {
unsigned long mm_height;
};
-// Used to describe the state of a multi-monitor configuration.
+// Used to describe the state of a multi-display configuration.
enum State {
STATE_INVALID,
STATE_HEADLESS,
@@ -162,4 +162,4 @@ class CHROMEOS_EXPORT OutputConfigurator : public MessageLoop::Dispatcher {
} // namespace chromeos
-#endif // CHROMEOS_MONITOR_OUTPUT_CONFIGURATOR_H_
+#endif // CHROMEOS_DISPLAY_OUTPUT_CONFIGURATOR_H_
« no previous file with comments | « chromeos/display/DEPS ('k') | chromeos/display/output_configurator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698