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

Unified Diff: base/scoped_native_library_unittest.cc

Issue 1538743002: Switch to standard integer types in base/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DEPS roll too 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/scoped_generic.h ('k') | base/scoped_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/scoped_native_library_unittest.cc
diff --git a/base/scoped_native_library_unittest.cc b/base/scoped_native_library_unittest.cc
index c7e44892d06e63780d2dab1b1b7d8e1cc140108d..204aadb983e07cfe51ae8dd0f07d93690d31d84b 100644
--- a/base/scoped_native_library_unittest.cc
+++ b/base/scoped_native_library_unittest.cc
@@ -3,12 +3,14 @@
// found in the LICENSE file.
#include "base/scoped_native_library.h"
+
+#include "build/build_config.h"
+#include "testing/gtest/include/gtest/gtest.h"
+
#if defined(OS_WIN)
#include "base/files/file_path.h"
#endif
-#include "testing/gtest/include/gtest/gtest.h"
-
namespace base {
// Tests whether or not a function pointer retrieved via ScopedNativeLibrary
« no previous file with comments | « base/scoped_generic.h ('k') | base/scoped_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698