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

Unified Diff: third_party/liblouis/nacl_wrapper/liblouis_module.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
Index: third_party/liblouis/nacl_wrapper/liblouis_module.h
diff --git a/third_party/liblouis/nacl_wrapper/liblouis_module.h b/third_party/liblouis/nacl_wrapper/liblouis_module.h
index 09d2493f749cd5616ae8e9556aab559b4a200488..77a25dda2f58db984f534109e08b84170f34075c 100644
--- a/third_party/liblouis/nacl_wrapper/liblouis_module.h
+++ b/third_party/liblouis/nacl_wrapper/liblouis_module.h
@@ -15,7 +15,7 @@
#ifndef LIBLOUIS_NACL_LIBLOUIS_MODULE_H_
#define LIBLOUIS_NACL_LIBLOUIS_MODULE_H_
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "ppapi/c/pp_instance.h"
#include "ppapi/cpp/instance.h"
#include "ppapi/cpp/module.h"
« no previous file with comments | « third_party/liblouis/nacl_wrapper/liblouis_instance.cc ('k') | third_party/liblouis/nacl_wrapper/liblouis_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698