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

Unified Diff: base/android/cxa_demangle_stub.cc

Issue 1543293003: Switch to standard integer types in base/android/. (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 | « base/android/content_uri_utils.h ('k') | base/android/fifo_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/cxa_demangle_stub.cc
diff --git a/base/android/cxa_demangle_stub.cc b/base/android/cxa_demangle_stub.cc
index b0d2b87c59364fe8cf8517cb5672ebeec8994d02..18297284373b75c59e72c21625e955b5dd9cac1c 100644
--- a/base/android/cxa_demangle_stub.cc
+++ b/base/android/cxa_demangle_stub.cc
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <stddef.h>
#include <unistd.h>
// LLVM's demangler is large, and we have no need of it. Overriding it with
« no previous file with comments | « base/android/content_uri_utils.h ('k') | base/android/fifo_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698