Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2498)

Unified Diff: base/trace_event/trace_event_memory.h

Issue 837303004: Move base/debug/trace_event* to base/trace_event/ [part 1] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing comments Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: base/trace_event/trace_event_memory.h
diff --git a/base/debug/trace_event_memory.h b/base/trace_event/trace_event_memory.h
similarity index 98%
copy from base/debug/trace_event_memory.h
copy to base/trace_event/trace_event_memory.h
index 94c3f91cd271e7e544dc58770294dba050cfbfc8..2fbf7592e2974001af078559daa6fea2e625231a 100644
--- a/base/debug/trace_event_memory.h
+++ b/base/trace_event/trace_event_memory.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BASE_DEBUG_TRACE_EVENT_MEMORY_H_
-#define BASE_DEBUG_TRACE_EVENT_MEMORY_H_
+#ifndef BASE_TRACING_TRACE_EVENT_MEMORY_H_
+#define BASE_TRACING_TRACE_EVENT_MEMORY_H_
#include "base/base_export.h"
#include "base/debug/trace_event_impl.h"
@@ -169,4 +169,4 @@ BASE_EXPORT const char* StringFromHexAddress(const std::string& hex_address);
// visualizer skips them. Must match the value in heap.js.
#define TRACE_MEMORY_IGNORE "trace-memory-ignore"
-#endif // BASE_DEBUG_TRACE_EVENT_MEMORY_H_
+#endif // BASE_TRACING_TRACE_EVENT_MEMORY_H_

Powered by Google App Engine
This is Rietveld 408576698