| Index: chrome/browser/extensions/state_store_notification_observer.h
 | 
| diff --git a/chrome/browser/extensions/state_store_notification_observer.h b/chrome/browser/extensions/state_store_notification_observer.h
 | 
| index 63f45a6eaf05f9d554bb7697bf764b213ddd0e5a..8b30127afa93b9da4d6cf302ea6315c5a2e265be 100644
 | 
| --- a/chrome/browser/extensions/state_store_notification_observer.h
 | 
| +++ b/chrome/browser/extensions/state_store_notification_observer.h
 | 
| @@ -22,7 +22,7 @@ class StateStoreNotificationObserver {
 | 
|  
 | 
|   private:
 | 
|    // Called when a session restore has finished.
 | 
| -  void OnSessionRestoreDone();
 | 
| +  void OnSessionRestoreDone(int num_tabs_restored);
 | 
|  
 | 
|    StateStore* state_store_;  // Not owned.
 | 
|  
 | 
| 
 |