diff options
Diffstat (limited to 'chromeos/display')
-rw-r--r-- | chromeos/display/real_output_configurator_delegate.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/display/real_output_configurator_delegate.cc b/chromeos/display/real_output_configurator_delegate.cc index a44a41b..5b0804a 100644 --- a/chromeos/display/real_output_configurator_delegate.cc +++ b/chromeos/display/real_output_configurator_delegate.cc @@ -14,7 +14,7 @@ #include <cmath> #include "base/logging.h" -#include "base/message_pump_aurax11.h" +#include "base/message_loop/message_pump_aurax11.h" #include "chromeos/dbus/dbus_thread_manager.h" #include "chromeos/dbus/power_manager_client.h" #include "chromeos/display/output_util.h" |