| Index: ui/display/manager/chromeos/touchscreen_util.h
|
| diff --git a/ui/display/manager/chromeos/touchscreen_util.h b/ui/display/manager/chromeos/touchscreen_util.h
|
| index 0328c131fa60d3d94a812c6d08ec2a8a582ed56e..6cbe1e2f0aea9bfb21a9523e19c3f710826a464e 100644
|
| --- a/ui/display/manager/chromeos/touchscreen_util.h
|
| +++ b/ui/display/manager/chromeos/touchscreen_util.h
|
| @@ -16,7 +16,7 @@ namespace display {
|
| // Given a list of displays and a list of touchscreens, associate them. The
|
| // information in |displays| will be updated to reflect the mapping.
|
| DISPLAY_MANAGER_EXPORT void AssociateTouchscreens(
|
| - std::vector<display::ManagedDisplayInfo>* displays,
|
| + std::vector<ManagedDisplayInfo>* displays,
|
| const std::vector<ui::TouchscreenDevice>& touchscreens);
|
|
|
| } // namespace display
|
|
|