| Index: base/path_service.cc
|
| diff --git a/base/path_service.cc b/base/path_service.cc
|
| index 32c6909fe4064b4b930e92eae6f1d2f08747acbd..5cfb1ef455809cad4c2ad380f125c730bc80bf99 100644
|
| --- a/base/path_service.cc
|
| +++ b/base/path_service.cc
|
| @@ -10,9 +10,9 @@
|
| #include <shlobj.h>
|
| #endif
|
|
|
| +#include "base/containers/hash_tables.h"
|
| #include "base/file_util.h"
|
| #include "base/files/file_path.h"
|
| -#include "base/hash_tables.h"
|
| #include "base/lazy_instance.h"
|
| #include "base/logging.h"
|
| #include "base/synchronization/lock.h"
|
|
|