| Index: base/time/time_win.cc
|
| diff --git a/base/time_win.cc b/base/time/time_win.cc
|
| similarity index 99%
|
| rename from base/time_win.cc
|
| rename to base/time/time_win.cc
|
| index 0f5c4010ea104f6ccef5cb687124614636b0501f..81b2527a272fe4ceea9c81c9182b57815f5f8b42 100644
|
| --- a/base/time_win.cc
|
| +++ b/base/time/time_win.cc
|
| @@ -34,15 +34,15 @@
|
| // do. Otherwise, WaitForSingleObject(..., 1) will no less than 15ms when
|
| // there is nothing else to waken the Wait.
|
|
|
| -#include "base/time.h"
|
| +#include "base/time/time.h"
|
|
|
| #pragma comment(lib, "winmm.lib")
|
| #include <windows.h>
|
| #include <mmsystem.h>
|
|
|
| #include "base/basictypes.h"
|
| -#include "base/logging.h"
|
| #include "base/cpu.h"
|
| +#include "base/logging.h"
|
| #include "base/memory/singleton.h"
|
| #include "base/synchronization/lock.h"
|
|
|
|
|