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

Unified Diff: components/proximity_auth/fake_secure_context.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/proximity_auth/fake_connection.h ('k') | components/proximity_auth/logging/log_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/fake_secure_context.cc
diff --git a/components/proximity_auth/fake_secure_context.cc b/components/proximity_auth/fake_secure_context.cc
index f5d20d70eb934816eebbae8ff22da0f2de72b3d0..92e54b05d284fb822a7fad2d48869ccbca5b687d 100644
--- a/components/proximity_auth/fake_secure_context.cc
+++ b/components/proximity_auth/fake_secure_context.cc
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <stddef.h>
+
#include "components/proximity_auth/fake_secure_context.h"
namespace proximity_auth {
« no previous file with comments | « components/proximity_auth/fake_connection.h ('k') | components/proximity_auth/logging/log_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698