| Index: base/trace_event/trace_event_memory.cc
|
| diff --git a/base/debug/trace_event_memory.cc b/base/trace_event/trace_event_memory.cc
|
| similarity index 99%
|
| rename from base/debug/trace_event_memory.cc
|
| rename to base/trace_event/trace_event_memory.cc
|
| index 28318654750950df5f179aec0f7fa25c26165f7e..96b28e47e62c100c54d970505452fed9ca53c5be 100644
|
| --- a/base/debug/trace_event_memory.cc
|
| +++ b/base/trace_event/trace_event_memory.cc
|
| @@ -2,10 +2,9 @@
|
| // 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_memory.h"
|
| +#include "base/trace_event/trace_event_memory.h"
|
|
|
| #include "base/debug/leak_annotations.h"
|
| -#include "base/debug/trace_event.h"
|
| #include "base/lazy_instance.h"
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -13,6 +12,7 @@
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/threading/thread_local_storage.h"
|
| +#include "base/trace_event/trace_event.h"
|
|
|
| namespace base {
|
| namespace debug {
|
|
|