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

Unified Diff: third_party/liblouis/nacl_wrapper/liblouis_wrapper.h

Issue 1549293002: Switch to standard integer types in third_party/liblouis/nacl_wrapper/. (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 | « third_party/liblouis/nacl_wrapper/liblouis_module.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/liblouis/nacl_wrapper/liblouis_wrapper.h
diff --git a/third_party/liblouis/nacl_wrapper/liblouis_wrapper.h b/third_party/liblouis/nacl_wrapper/liblouis_wrapper.h
index 46c48163ae788ca69d32bd4c5d7da384d4435854..7f983f88969b3b83be8bd9018f1417e4433cef68 100644
--- a/third_party/liblouis/nacl_wrapper/liblouis_wrapper.h
+++ b/third_party/liblouis/nacl_wrapper/liblouis_wrapper.h
@@ -17,7 +17,7 @@
#include <string>
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "translation_params.h"
#include "translation_result.h"
« no previous file with comments | « third_party/liblouis/nacl_wrapper/liblouis_module.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698