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

Unified Diff: components/user_manager/user_image/default_user_images.h

Issue 1549993003: Switch to standard integer types in components/, part 4 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/user_manager/user.cc ('k') | components/user_manager/user_image/default_user_images.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_manager/user_image/default_user_images.h
diff --git a/components/user_manager/user_image/default_user_images.h b/components/user_manager/user_image/default_user_images.h
index 34bc8bc1c9e9d78ab66ca317a7a05af294817e11..6a1cc4c1e06ab13c2f263ac20a603eb4cf78ade4 100644
--- a/components/user_manager/user_image/default_user_images.h
+++ b/components/user_manager/user_image/default_user_images.h
@@ -5,7 +5,8 @@
#ifndef COMPONENTS_USER_MANAGER_USER_IMAGE_DEFAULT_USER_IMAGES_H_
#define COMPONENTS_USER_MANAGER_USER_IMAGE_DEFAULT_USER_IMAGES_H_
-#include <cstddef> // for size_t
+#include <stddef.h>
+
#include <string>
#include "base/strings/string16.h"
« no previous file with comments | « components/user_manager/user.cc ('k') | components/user_manager/user_image/default_user_images.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698