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

Unified Diff: ios/chrome/browser/safe_browsing/ui_manager.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: 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/ui_manager.h
diff --git a/ios/chrome/browser/safe_browsing/ui_manager.h b/ios/chrome/browser/safe_browsing/ui_manager.h
index 11116148025427ea901b85b1a2952c2d90a4ea9f..9283b926fe9d1158f0bfc13402b6b2fd9ed0ff4d 100644
--- a/ios/chrome/browser/safe_browsing/ui_manager.h
+++ b/ios/chrome/browser/safe_browsing/ui_manager.h
@@ -8,13 +8,13 @@
#ifndef IOS_CHROME_BROWSER_SAFE_BROWSING_UI_MANAGER_H_
#define IOS_CHROME_BROWSER_SAFE_BROWSING_UI_MANAGER_H_
+#include <memory>
#include <string>
#include <vector>
#include "base/callback.h"
#include "base/macros.h"
#include "base/memory/ref_counted.h"
-#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/observer_list.h"
#include "base/time/time.h"

Powered by Google App Engine
This is Rietveld 408576698