Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(619)

Unified Diff: components/session_manager/core/session_manager.cc

Issue 1551433002: Switch to standard integer types in components/, part 3 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/session_manager/core/session_manager.h ('k') | components/sessions/content/content_live_tab.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/session_manager/core/session_manager.cc
diff --git a/components/session_manager/core/session_manager.cc b/components/session_manager/core/session_manager.cc
index fe4669c5a49677320b5e2fcfe1f20445b579af42..226f5dd452ff38ecbef3c74e78a14ac13682524c 100644
--- a/components/session_manager/core/session_manager.cc
+++ b/components/session_manager/core/session_manager.cc
@@ -5,6 +5,7 @@
#include "components/session_manager/core/session_manager.h"
#include "base/logging.h"
+#include "build/build_config.h"
#if defined(OS_CHROMEOS)
#include "base/command_line.h"
« no previous file with comments | « components/session_manager/core/session_manager.h ('k') | components/sessions/content/content_live_tab.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698