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

Unified Diff: extensions/browser/api/system_display/system_display_api.cc

Issue 1842953002: [Extensions] Convert APIs to use movable types [13] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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: extensions/browser/api/system_display/system_display_api.cc
diff --git a/extensions/browser/api/system_display/system_display_api.cc b/extensions/browser/api/system_display/system_display_api.cc
index 059f8dffd99a8564f253c79b06edf80a33e119e6..423109d2ab383cb7742f8dd759ed17158e63a27e 100644
--- a/extensions/browser/api/system_display/system_display_api.cc
+++ b/extensions/browser/api/system_display/system_display_api.cc
@@ -22,9 +22,6 @@ using api::system_display::DisplayUnitInfo;
namespace SetDisplayProperties = api::system_display::SetDisplayProperties;
-typedef std::vector<linked_ptr<api::system_display::DisplayUnitInfo>>
- DisplayInfo;
-
bool SystemDisplayGetInfoFunction::RunSync() {
DisplayInfo all_displays_info =
DisplayInfoProvider::Get()->GetAllDisplaysInfo();

Powered by Google App Engine
This is Rietveld 408576698