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

Unified Diff: base/ios/device_util.mm

Issue 1852433005: Convert //base to use std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase after r384946 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 | « base/i18n/timezone.cc ('k') | base/json/json_file_value_serializer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/ios/device_util.mm
diff --git a/base/ios/device_util.mm b/base/ios/device_util.mm
index 44e7c6c90cd6ee2671d2313028bf84dade817a4c..5ec1e69e2aa1164d2fcb5c1b0e576dd94da36a17 100644
--- a/base/ios/device_util.mm
+++ b/base/ios/device_util.mm
@@ -6,7 +6,6 @@
#include <CommonCrypto/CommonDigest.h>
#import <UIKit/UIKit.h>
-
#include <ifaddrs.h>
#include <net/if_dl.h>
#include <stddef.h>
@@ -14,9 +13,10 @@
#include <sys/socket.h>
#include <sys/sysctl.h>
+#include <memory>
+
#include "base/logging.h"
#include "base/mac/scoped_cftyperef.h"
-#include "base/memory/scoped_ptr.h"
#include "base/strings/string_util.h"
#include "base/strings/stringprintf.h"
#include "base/strings/sys_string_conversions.h"
« no previous file with comments | « base/i18n/timezone.cc ('k') | base/json/json_file_value_serializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698