| Index: base/path_service_unittest.cc
|
| diff --git a/base/path_service_unittest.cc b/base/path_service_unittest.cc
|
| index 92dde5ad64767bde288a30b93bb8c035b1b3810f..6376efb3e48c1aeecfaeff77f72c5da01ba93d9a 100644
|
| --- a/base/path_service_unittest.cc
|
| +++ b/base/path_service_unittest.cc
|
| @@ -8,12 +8,12 @@
|
| #include "base/file_util.h"
|
| #include "base/file_path.h"
|
| #include "base/logging.h"
|
| -#include "base/platform_test.h"
|
| #if defined(OS_WIN)
|
| #include "base/win_util.h"
|
| #endif
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "testing/gtest/include/gtest/gtest-spi.h"
|
| +#include "testing/platform_test.h"
|
|
|
| namespace {
|
|
|
|
|