summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sessions/session_restore.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sessions/session_restore.h')
-rw-r--r--chrome/browser/sessions/session_restore.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/browser/sessions/session_restore.h b/chrome/browser/sessions/session_restore.h
index 9264202..61774ee 100644
--- a/chrome/browser/sessions/session_restore.h
+++ b/chrome/browser/sessions/session_restore.h
@@ -5,10 +5,12 @@
#ifndef CHROME_BROWSER_SESSIONS_SESSION_RESTORE_H_
#define CHROME_BROWSER_SESSIONS_SESSION_RESTORE_H_
+#include <stdint.h>
+
#include <vector>
-#include "base/basictypes.h"
#include "base/callback_list.h"
+#include "base/macros.h"
#include "chrome/browser/ui/host_desktop.h"
#include "components/history/core/browser/history_service.h"
#include "components/sessions/core/session_types.h"
@@ -64,7 +66,7 @@ class SessionRestore {
static Browser* RestoreSession(Profile* profile,
Browser* browser,
chrome::HostDesktopType host_desktop_type,
- uint32 behavior,
+ uint32_t behavior,
const std::vector<GURL>& urls_to_open);
// Restores the last session when the last session crashed. It's a wrapper