| Index: chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_unittest_helper.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_unittest_helper.h b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_unittest_helper.h
|
| index cd8116acbc8bbf9ed4295a3ac0f0b7394ff9a382..3ba6511a148c0450d1754ef6d09c16f9db69b998 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_unittest_helper.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_unittest_helper.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #import <Cocoa/Cocoa.h>
|
|
|
| -#include "base/memory/scoped_nsobject.h"
|
| +#include "base/mac/scoped_nsobject.h"
|
| #import "chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| @@ -17,7 +17,7 @@
|
|
|
| @interface AutocompleteTextFieldWindowTestDelegate :
|
| NSObject<NSWindowDelegate> {
|
| - scoped_nsobject<AutocompleteTextFieldEditor> editor_;
|
| + base::scoped_nsobject<AutocompleteTextFieldEditor> editor_;
|
| }
|
| - (id)windowWillReturnFieldEditor:(NSWindow *)sender toObject:(id)anObject;
|
| @end
|
|
|