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

Unified Diff: base/scoped_native_library.h

Issue 1548993002: Switch to standard integer types in base/strings/. (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/i18n/icu_string_conversions_unittest.cc ('k') | base/strings/latin1_string_conversions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/scoped_native_library.h
diff --git a/base/scoped_native_library.h b/base/scoped_native_library.h
index bfe5566a2c97773ec8aa001b38ad08c2e9654c40..e58297b27c195cc5cacabe9609be1642d475896a 100644
--- a/base/scoped_native_library.h
+++ b/base/scoped_native_library.h
@@ -6,6 +6,7 @@
#define BASE_SCOPED_NATIVE_LIBRARY_H_
#include "base/base_export.h"
+#include "base/macros.h"
#include "base/native_library.h"
namespace base {
« no previous file with comments | « base/i18n/icu_string_conversions_unittest.cc ('k') | base/strings/latin1_string_conversions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698