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

Unified Diff: ui/display/manager/chromeos/touchscreen_util.h

Issue 2613493002: Fix namespace for src/ui/display/. (Closed)
Patch Set: Rebase. Created 3 years, 11 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
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

Powered by Google App Engine
This is Rietveld 408576698