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

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

Issue 1870793002: Convert //chrome/browser/chromeos from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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/chromeos/policy/device_quirks_policy_browsertest.cc
diff --git a/chrome/browser/chromeos/policy/device_quirks_policy_browsertest.cc b/chrome/browser/chromeos/policy/device_quirks_policy_browsertest.cc
index ea364f29f66edadeb7175fd3476dee7fbba8d2bd..265b00328a183afe34c2b24256953db46f9f6c2d 100644
--- a/chrome/browser/chromeos/policy/device_quirks_policy_browsertest.cc
+++ b/chrome/browser/chromeos/policy/device_quirks_policy_browsertest.cc
@@ -54,7 +54,7 @@ class DeviceQuirksPolicyTest : public policy::DevicePolicyCrosBrowserTest {
protected:
void RefreshPolicyAndWaitDeviceSettingsUpdated() {
- scoped_ptr<CrosSettings::ObserverSubscription> observer =
+ std::unique_ptr<CrosSettings::ObserverSubscription> observer =
CrosSettings::Get()->AddSettingsObserver(
kDeviceQuirksDownloadEnabled,
base::MessageLoop::current()->QuitWhenIdleClosure());

Powered by Google App Engine
This is Rietveld 408576698