| Index: base/trace_event/trace_event_win.cc
|
| diff --git a/base/debug/trace_event_win.cc b/base/trace_event/trace_event_win.cc
|
| similarity index 98%
|
| rename from base/debug/trace_event_win.cc
|
| rename to base/trace_event/trace_event_win.cc
|
| index 99dd242fad672782861db7c245ee75904cac6359..d2c3dc89e092c2bb83c6031fba82d6f4db0804c9 100644
|
| --- a/base/debug/trace_event_win.cc
|
| +++ b/base/trace_event/trace_event_win.cc
|
| @@ -1,7 +1,8 @@
|
| // Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| -#include "base/debug/trace_event_win.h"
|
| +
|
| +#include "base/trace_event/trace_event_win.h"
|
|
|
| #include "base/logging.h"
|
| #include "base/memory/singleton.h"
|
|
|