| Index: chrome/browser/instant/instant_unload_handler.h
|
| diff --git a/chrome/browser/instant/instant_unload_handler.h b/chrome/browser/instant/instant_unload_handler.h
|
| index 82591f182542667a633f422bd32375455368c0c5..b505ab8fab20d994ab6659384f0f8fdd0230272c 100644
|
| --- a/chrome/browser/instant/instant_unload_handler.h
|
| +++ b/chrome/browser/instant/instant_unload_handler.h
|
| @@ -43,7 +43,7 @@ class InstantUnloadHandler {
|
|
|
| ScopedVector<WebContentsDelegateImpl> delegates_;
|
|
|
| - DISALLOW_IMPLICIT_CONSTRUCTORS(InstantUnloadHandler);
|
| + DISALLOW_COPY_AND_ASSIGN(InstantUnloadHandler);
|
| };
|
|
|
| #endif // CHROME_BROWSER_INSTANT_INSTANT_UNLOAD_HANDLER_H_
|
|
|