| 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 b0b7dba2a9f99450d087c98ddcab9e417046defd..eddf04bcbe834c557975bf265edbf7213c1d9a4b 100644
|
| --- a/chrome/browser/instant/instant_unload_handler.h
|
| +++ b/chrome/browser/instant/instant_unload_handler.h
|
| @@ -13,7 +13,7 @@ class TabContents;
|
|
|
| // InstantUnloadHandler ensures that the beforeunload and unload handlers are
|
| // run when using Instant. When the user commits the Instant preview the
|
| -// existing TabContents is passed to |RunUnloadListenersOrDestroy|. If the tab
|
| +// existing TabContents is passed to RunUnloadListenersOrDestroy(). If the tab
|
| // has no beforeunload or unload listeners, the tab is deleted; otherwise the
|
| // beforeunload and unload listeners are executed. If the beforeunload listener
|
| // shows a dialog the tab is added back to the tabstrip at its original location
|
|
|