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

Unified Diff: components/sessions/core/session_types.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/sessions/core/session_types.h ('k') | components/sessions/core/session_types_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sessions/core/session_types.cc
diff --git a/components/sessions/core/session_types.cc b/components/sessions/core/session_types.cc
index 4483afd4fcacc03c79a27e3baa26849b131c02eb..a035a41a2599d96d2475dedc133afc0466434751 100644
--- a/components/sessions/core/session_types.cc
+++ b/components/sessions/core/session_types.cc
@@ -4,7 +4,8 @@
#include "components/sessions/core/session_types.h"
-#include "base/basictypes.h"
+#include <stddef.h>
+
#include "base/stl_util.h"
#include "components/sessions/core/session_command.h"
« no previous file with comments | « components/sessions/core/session_types.h ('k') | components/sessions/core/session_types_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698