| Index: ios/chrome/browser/memory/memory_debugger.mm
|
| diff --git a/ios/chrome/browser/memory/memory_debugger.mm b/ios/chrome/browser/memory/memory_debugger.mm
|
| index b37625a18b90b9b2f90faeff2fe98c02b2405a75..7762fbef6e9a4fa6dd9da4f2af03c8db69b6d748 100644
|
| --- a/ios/chrome/browser/memory/memory_debugger.mm
|
| +++ b/ios/chrome/browser/memory/memory_debugger.mm
|
| @@ -42,7 +42,7 @@ const CGFloat kPadding = 10;
|
| base::scoped_nsobject<UITextField> _continuousMemoryWarningField;
|
|
|
| // A place to store the artifical memory bloat.
|
| - scoped_ptr<uint8_t> _bloat;
|
| + std::unique_ptr<uint8_t> _bloat;
|
|
|
| // Distance the view was pushed up to accomodate the keyboard.
|
| CGFloat _keyboardOffset;
|
|
|