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

Unified Diff: chromeos/display/output_configurator.h

Issue 15774005: chromeos: Use base::MessageLoop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 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/disks/disk_mount_manager_unittest.cc ('k') | chromeos/ime/xkeyboard_unittest.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/display/output_configurator.h b/chromeos/display/output_configurator.h
index 96c38b36bf8076d339503f0e073944f0798739bd..da43da72e3a926839241e54206ddc830b7091ddb 100644
--- a/chromeos/display/output_configurator.h
+++ b/chromeos/display/output_configurator.h
@@ -38,7 +38,8 @@ enum OutputState {
// This class interacts directly with the underlying Xrandr API to manipulate
// CTRCs and Outputs.
-class CHROMEOS_EXPORT OutputConfigurator : public MessageLoop::Dispatcher {
+class CHROMEOS_EXPORT OutputConfigurator
+ : public base::MessageLoop::Dispatcher {
public:
// Information about an output's current state.
struct OutputSnapshot {
« no previous file with comments | « chromeos/disks/disk_mount_manager_unittest.cc ('k') | chromeos/ime/xkeyboard_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698