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

Unified Diff: chrome/browser/extensions/api/feedback_private/feedback_service.h

Issue 1822303002: [Extensions] Convert APIs to use movable types [4] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Istiaque's 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: chrome/browser/extensions/api/feedback_private/feedback_service.h
diff --git a/chrome/browser/extensions/api/feedback_private/feedback_service.h b/chrome/browser/extensions/api/feedback_private/feedback_service.h
index d806c77baf6ebafc39fb8ca6703fd387a94d3de0..1921143097f295dbd728f344f526ce65289d0a95 100644
--- a/chrome/browser/extensions/api/feedback_private/feedback_service.h
+++ b/chrome/browser/extensions/api/feedback_private/feedback_service.h
@@ -20,11 +20,10 @@
class Profile;
-using extensions::api::feedback_private::SystemInformation;
-
namespace extensions {
-using SystemInformationList = std::vector<linked_ptr<SystemInformation>>;
+using SystemInformationList =
+ std::vector<api::feedback_private::SystemInformation>;
// The feedback service provides the ability to gather the various pieces of
// data needed to send a feedback report and then send the report once all

Powered by Google App Engine
This is Rietveld 408576698