| 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
|
|
|