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

Unified Diff: components/browser_sync/browser/signin_confirmation_helper.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/browser_sync/browser/signin_confirmation_helper.h
diff --git a/components/browser_sync/browser/signin_confirmation_helper.h b/components/browser_sync/browser/signin_confirmation_helper.h
index 7458ef67ac30203e67ad57bb605e01850b0afc7e..fd0e7d4393c82c4e2e56d49ec5aee277ca1c0f76 100644
--- a/components/browser_sync/browser/signin_confirmation_helper.h
+++ b/components/browser_sync/browser/signin_confirmation_helper.h
@@ -5,6 +5,8 @@
#ifndef COMPONENTS_BROWSER_SYNC_BROWSER_SIGNIN_CONFIRMATION_HELPER_
#define COMPONENTS_BROWSER_SYNC_BROWSER_SIGNIN_CONFIRMATION_HELPER_
+#include <stddef.h>
+
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/task/cancelable_task_tracker.h"

Powered by Google App Engine
This is Rietveld 408576698