| Index: base/global_descriptors_posix.cc
|
| diff --git a/base/global_descriptors_posix.cc b/base/global_descriptors_posix.cc
|
| index 65e795563be7c241f2f697864c1530e52b6d824b..4d4f1d1d60a1049f5aac43c4194ef17f3e2340ad 100644
|
| --- a/base/global_descriptors_posix.cc
|
| +++ b/base/global_descriptors_posix.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/global_descriptors_posix.h"
|
| -
|
| -#include <vector>
|
| #include <utility>
|
| +#include <vector>
|
|
|
| +#include "base/global_descriptors_posix.h"
|
| #include "base/logging.h"
|
| +#include "base/singleton.h"
|
|
|
| namespace base {
|
|
|
|
|