Index: base/posix/global_descriptors.cc |
diff --git a/base/global_descriptors_posix.cc b/base/posix/global_descriptors.cc |
similarity index 96% |
rename from base/global_descriptors_posix.cc |
rename to base/posix/global_descriptors.cc |
index 50526ec1ca744fa6dd9eafff7335520ea2f3ebf1..bcca443acc13a7f52794689ee1f0037a8704e364 100644 |
--- a/base/global_descriptors_posix.cc |
+++ b/base/posix/global_descriptors.cc |
@@ -2,7 +2,7 @@ |
// 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 "base/posix/global_descriptors.h" |
#include <vector> |
#include <utility> |