| Index: ash/display/projecting_observer_chromeos.cc
|
| diff --git a/ash/display/projecting_observer_chromeos.cc b/ash/display/projecting_observer_chromeos.cc
|
| index 716ea91f9582d712f6f64485df1c57bf9ecb4979..f56b23cfa43ba6304203546d01c5766b31474c11 100644
|
| --- a/ash/display/projecting_observer_chromeos.cc
|
| +++ b/ash/display/projecting_observer_chromeos.cc
|
| @@ -19,7 +19,7 @@ ProjectingObserver::ProjectingObserver()
|
| ProjectingObserver::~ProjectingObserver() {}
|
|
|
| void ProjectingObserver::OnDisplayModeChanged(
|
| - const std::vector<chromeos::OutputConfigurator::OutputSnapshot>& outputs) {
|
| + const std::vector<ui::OutputConfigurator::OutputSnapshot>& outputs) {
|
| has_internal_output_ = false;
|
| output_count_ = outputs.size();
|
|
|
|
|