| Index: chrome/browser/tab_restore_service.cc
|
| ===================================================================
|
| --- chrome/browser/tab_restore_service.cc (revision 3954)
|
| +++ chrome/browser/tab_restore_service.cc (working copy)
|
| @@ -8,6 +8,8 @@
|
| #include "chrome/browser/navigation_controller.h"
|
| #include "chrome/browser/navigation_entry.h"
|
|
|
| +using base::Time;
|
| +
|
| // HistoricalTab --------------------------------------------------------------
|
|
|
| // ID of the next HistoricalTab.
|
| @@ -179,4 +181,3 @@
|
| void TabRestoreService::NotifyTabsChanged() {
|
| FOR_EACH_OBSERVER(Observer, observer_list_, TabRestoreServiceChanged(this));
|
| }
|
| -
|
|
|