| Index: content/shell/browser/shell.h
|
| diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
|
| index 05ec79e1925200f253192d1540dc7506947f1858..9ef5be27a64835bff9806ebf231a582af62e1ad9 100644
|
| --- a/content/shell/browser/shell.h
|
| +++ b/content/shell/browser/shell.h
|
| @@ -225,7 +225,9 @@ class Shell : public WebContentsDelegate,
|
| bool is_fullscreen_;
|
|
|
| gfx::NativeWindow window_;
|
| - gfx::NativeEditView url_edit_view_;
|
| +#if defined(OS_MACOSX)
|
| + NSTextField* url_edit_view_;
|
| +#endif
|
|
|
| gfx::Size content_size_;
|
|
|
|
|