| Index: chrome/browser/ui/cocoa/validation_message_bubble_cocoa.mm
|
| diff --git a/chrome/browser/ui/cocoa/validation_message_bubble_cocoa.mm b/chrome/browser/ui/cocoa/validation_message_bubble_cocoa.mm
|
| index 3d5b36b5666c1a047f1db550ec968a9fb3e15491..65932a292f83f10a7945ef1444a660c87c2343ea 100644
|
| --- a/chrome/browser/ui/cocoa/validation_message_bubble_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/validation_message_bubble_cocoa.mm
|
| @@ -4,8 +4,9 @@
|
|
|
| #include "chrome/browser/ui/cocoa/validation_message_bubble_cocoa.h"
|
|
|
| +#include <memory>
|
| +
|
| #include "base/mac/foundation_util.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/strings/sys_string_conversions.h"
|
| #import "chrome/browser/ui/cocoa/info_bubble_view.h"
|
| #import "chrome/browser/ui/cocoa/info_bubble_window.h"
|
|
|