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

Unified Diff: ash/networking_config_delegate.h

Issue 1867223004: Convert //ash from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments 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
« no previous file with comments | « ash/mus/sysui_application.cc ('k') | ash/root_window_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/networking_config_delegate.h
diff --git a/ash/networking_config_delegate.h b/ash/networking_config_delegate.h
index 8d603f16fb08435909f4bbb26684b1b228f9c993..d4c408a096eefd54b2e10b86401a3dc8cf0902a9 100644
--- a/ash/networking_config_delegate.h
+++ b/ash/networking_config_delegate.h
@@ -5,11 +5,11 @@
#ifndef ASH_NETWORKING_CONFIG_DELEGATE_H_
#define ASH_NETWORKING_CONFIG_DELEGATE_H_
+#include <memory>
#include <string>
#include "ash/ash_export.h"
#include "base/macros.h"
-#include "base/memory/scoped_ptr.h"
namespace ash {
@@ -33,7 +33,7 @@ class NetworkingConfigDelegate {
// Returns information about the extension registered to control configuration
// of the network |service_path|. If no extension is registered, the
// scoped_ptr is empty.
- virtual scoped_ptr<const ExtensionInfo> LookUpExtensionForNetwork(
+ virtual std::unique_ptr<const ExtensionInfo> LookUpExtensionForNetwork(
const std::string& service_path) = 0;
private:
« no previous file with comments | « ash/mus/sysui_application.cc ('k') | ash/root_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698