| Index: base/time/time_posix.cc
|
| diff --git a/base/time_posix.cc b/base/time/time_posix.cc
|
| similarity index 99%
|
| rename from base/time_posix.cc
|
| rename to base/time/time_posix.cc
|
| index 3870201be3d8d94101528b9d8382ec9aee7e5195..64a65ea545ff5a367f46f111b955eebeaacab7ff 100644
|
| --- a/base/time_posix.cc
|
| +++ b/base/time/time_posix.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/time.h"
|
| +#include "base/time/time.h"
|
|
|
| #include <sys/time.h>
|
| #include <time.h>
|
|
|