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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_notification_container.h

Issue 1865213004: Convert //chrome/browser/ui 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/ui/cocoa/autofill/autofill_notification_container.h
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_notification_container.h b/chrome/browser/ui/cocoa/autofill/autofill_notification_container.h
index 195ec010002d8d0697e22192bb96c9dd565dda5f..9b4fec958ff92d1f337f43f5c81ff2f92eb4e8f7 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_notification_container.h
+++ b/chrome/browser/ui/cocoa/autofill/autofill_notification_container.h
@@ -7,10 +7,10 @@
#import <Cocoa/Cocoa.h>
+#include <memory>
#include <vector>
#include "base/mac/scoped_nsobject.h"
-#include "base/memory/scoped_ptr.h"
#import "chrome/browser/ui/cocoa/autofill/autofill_layout.h"
@class AutofillArrowView;

Powered by Google App Engine
This is Rietveld 408576698