Index: chrome/browser/instant/instant_unload_handler.cc |
diff --git a/chrome/browser/instant/instant_unload_handler.cc b/chrome/browser/instant/instant_unload_handler.cc |
index dba3f3a838600dbd0e9234bb71565188795d1c37..69d1b79e2f03e3eebc7fcdbf0a6c0672c89abe7c 100644 |
--- a/chrome/browser/instant/instant_unload_handler.cc |
+++ b/chrome/browser/instant/instant_unload_handler.cc |
@@ -50,7 +50,7 @@ class InstantUnloadHandler::WebContentsDelegateImpl |
// it at this index. |
const int index_; |
- DISALLOW_IMPLICIT_CONSTRUCTORS(WebContentsDelegateImpl); |
+ DISALLOW_COPY_AND_ASSIGN(WebContentsDelegateImpl); |
}; |
InstantUnloadHandler::InstantUnloadHandler(Browser* browser) |