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

Unified Diff: chrome/browser/chromeos/policy/remote_commands/device_commands_factory_chromeos.h

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/remote_commands/device_commands_factory_chromeos.h
diff --git a/chrome/browser/chromeos/policy/remote_commands/device_commands_factory_chromeos.h b/chrome/browser/chromeos/policy/remote_commands/device_commands_factory_chromeos.h
index 82e9b32e83e7c1c4e8d618ec083006455c4eb727..43ca768a741825cf99ad496e468151e6d9dfd8b9 100644
--- a/chrome/browser/chromeos/policy/remote_commands/device_commands_factory_chromeos.h
+++ b/chrome/browser/chromeos/policy/remote_commands/device_commands_factory_chromeos.h
@@ -16,7 +16,7 @@ class DeviceCommandsFactoryChromeOS : public RemoteCommandsFactory {
~DeviceCommandsFactoryChromeOS() override;
// RemoteCommandsFactory:
- scoped_ptr<RemoteCommandJob> BuildJobForType(
+ std::unique_ptr<RemoteCommandJob> BuildJobForType(
enterprise_management::RemoteCommand_Type type) override;
private:

Powered by Google App Engine
This is Rietveld 408576698