diff options
Diffstat (limited to 'base/trace_event_win.cc')
-rw-r--r-- | base/trace_event_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/trace_event_win.cc b/base/trace_event_win.cc index eae6782..12673e9 100644 --- a/base/trace_event_win.cc +++ b/base/trace_event_win.cc @@ -4,7 +4,7 @@ #include "base/trace_event_win.h" #include "base/atomicops.h" -#include "base/logging_win.h" +#include "base/logging.h" #include "base/singleton.h" #include <initguid.h> // NOLINT |