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

Unified Diff: base/third_party/symbolize/utilities.h

Issue 2055053003: [BlobAsync] Disk support for blob storage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added back transport controller test, small cleanups Created 4 years, 6 months 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: base/third_party/symbolize/utilities.h
diff --git a/base/third_party/symbolize/utilities.h b/base/third_party/symbolize/utilities.h
index 3971145a6a4980e0d358e3e8cc4f63609864b745..02f9b10e5b24dce1f2f5879e8829fe7afd7aa210 100644
--- a/base/third_party/symbolize/utilities.h
+++ b/base/third_party/symbolize/utilities.h
@@ -6,6 +6,5 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-typedef uint64_t uint64_t;
#define HAVE_SYMBOLIZE 1
#define ATTRIBUTE_NOINLINE __attribute__ ((noinline))

Powered by Google App Engine
This is Rietveld 408576698