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

Unified Diff: chrome/browser/chromeos/policy/device_status_collector.cc

Issue 2504013003: arc: enable use_new_wrapper_types for enterprise_reporting.mojom (Closed)
Patch Set: rebased, no code change Created 4 years, 1 month 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
« no previous file with comments | « chrome/browser/chromeos/policy/device_status_collector.h ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/policy/device_status_collector.cc
diff --git a/chrome/browser/chromeos/policy/device_status_collector.cc b/chrome/browser/chromeos/policy/device_status_collector.cc
index fcceba3bc814aab94bc3b8985f21812a1899cdf3..7c1fea913cbef8ea53de9150531f5254893dcd80 100644
--- a/chrome/browser/chromeos/policy/device_status_collector.cc
+++ b/chrome/browser/chromeos/policy/device_status_collector.cc
@@ -10,7 +10,6 @@
#include <algorithm>
#include <cstdio>
#include <limits>
-#include <memory>
#include <sstream>
#include "base/bind.h"
@@ -389,8 +388,8 @@ class GetStatusState : public base::RefCountedThreadSafe<GetStatusState> {
*device_status_->add_cpu_temp_info() = info;
}
- void OnAndroidInfoReceived(mojo::String status,
- mojo::String droid_guard_info) {
+ void OnAndroidInfoReceived(const std::string& status,
+ const std::string& droid_guard_info) {
em::AndroidStatus* const android_status =
session_status_->mutable_android_status();
android_status->set_status_payload(status);
« no previous file with comments | « chrome/browser/chromeos/policy/device_status_collector.h ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698