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

Unified Diff: ios/chrome/browser/safe_browsing/protocol_manager_helper.h

Issue 1861593005: Convert //ios from scoped_ptr to std::unique_ptr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add header 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: ios/chrome/browser/safe_browsing/protocol_manager_helper.h
diff --git a/ios/chrome/browser/safe_browsing/protocol_manager_helper.h b/ios/chrome/browser/safe_browsing/protocol_manager_helper.h
index cc4846a3394469f3d2d394335c6b0f9b5eaa3fa3..90f6fca5d7434ffcd1533082e0f7b00eddb94f02 100644
--- a/ios/chrome/browser/safe_browsing/protocol_manager_helper.h
+++ b/ios/chrome/browser/safe_browsing/protocol_manager_helper.h
@@ -8,11 +8,11 @@
// A class that provides common functionality for safebrowsing protocol managers
// that communicate with Google servers.
+#include <memory>
noyau (Ping after 24h) 2016/04/07 13:34:04 I don't see unique_ptr in this file, this include
#include <string>
#include "base/macros.h"
#include "base/memory/ref_counted.h"
-#include "base/memory/scoped_ptr.h"
namespace safe_browsing {

Powered by Google App Engine
This is Rietveld 408576698