| Index: chrome/renderer/searchbox/searchbox.h
|
| diff --git a/chrome/renderer/searchbox/searchbox.h b/chrome/renderer/searchbox/searchbox.h
|
| index 0e6684661e96157e8ebc6f435ac1e35db5c3a6a7..d6105614013b126e55ad19e05473810ce8b0f9b8 100644
|
| --- a/chrome/renderer/searchbox/searchbox.h
|
| +++ b/chrome/renderer/searchbox/searchbox.h
|
| @@ -84,7 +84,7 @@ class SearchBox : public content::RenderViewObserver,
|
| bool is_focused_;
|
| bool active_tab_is_ntp_;
|
|
|
| - DISALLOW_IMPLICIT_CONSTRUCTORS(SearchBox);
|
| + DISALLOW_COPY_AND_ASSIGN(SearchBox);
|
| };
|
|
|
| #endif // CHROME_RENDERER_SEARCHBOX_SEARCHBOX_H_
|
|
|