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

Unified Diff: components/chrome_apps/chrome_apps_resource_util.h

Issue 1546143002: Switch to standard integer types in components/, part 1 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
Index: components/chrome_apps/chrome_apps_resource_util.h
diff --git a/components/chrome_apps/chrome_apps_resource_util.h b/components/chrome_apps/chrome_apps_resource_util.h
index 591929ce5c32f787e6e0cc8cb63d7ff08e859d6f..4a7ccd805d595d26f9b17c98d14464519a523db4 100644
--- a/components/chrome_apps/chrome_apps_resource_util.h
+++ b/components/chrome_apps/chrome_apps_resource_util.h
@@ -5,7 +5,7 @@
#ifndef COMPONENTS_CHROME_APPS_CHROME_APPS_RESOURCE_UTIL_H_
#define COMPONENTS_CHROME_APPS_CHROME_APPS_RESOURCE_UTIL_H_
-#include <cstddef>
+#include <stddef.h>
#include "components/chrome_apps/chrome_apps_export.h"
« no previous file with comments | « components/certificate_transparency/log_proof_fetcher_unittest.cc ('k') | components/clipboard/clipboard_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698