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

Unified Diff: base/debug/trace_event.cc

Issue 3945002: Move debug-related stuff from base to the base/debug directory and use the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 2 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
« no previous file with comments | « base/debug/trace_event.h ('k') | base/debug/trace_event_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/trace_event.cc
===================================================================
--- base/debug/trace_event.cc (revision 0)
+++ base/debug/trace_event.cc (working copy)
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/trace_event.h"
+#include "base/debug/trace_event.h"
#include "base/format_macros.h"
#include "base/file_path.h"
@@ -17,6 +17,7 @@
#define USE_UNRELIABLE_NOW
namespace base {
+namespace debug {
static const char* kEventTypeNames[] = {
"BEGIN",
@@ -161,4 +162,5 @@
fprintf(log_file_, "%s", msg.c_str());
}
-} // namespace base
+} // namespace debug
+} // namespace base
« no previous file with comments | « base/debug/trace_event.h ('k') | base/debug/trace_event_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698