Index: chrome/browser/sessions/session_restore.h |
diff --git a/chrome/browser/sessions/session_restore.h b/chrome/browser/sessions/session_restore.h |
index 2aefe76640c8ab0282470e8f97e03c85e8c3d9c3..8bfaea7e217fb7bc7907068b56dbdeed4042f0ac 100644 |
--- a/chrome/browser/sessions/session_restore.h |
+++ b/chrome/browser/sessions/session_restore.h |
@@ -46,7 +46,7 @@ class SessionRestore { |
// Specifically used in the restoration of a foreign session. This method |
// restores the given session tab to a browser. |
static void RestoreForeignSessionTab(Profile* profile, |
- const SessionTab& tab); |
+ const SessionTab& tab); |
// Synchronously restores the last session. At least one tabbed browser is |
// created, even if there is an error in restoring. |