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..284455d7134a63a01a4d10c57f2fe3a6fe4c4015 100644 |
--- a/base/debug/trace_event_win.cc |
+++ b/base/trace_event/trace_event_win.cc |
@@ -1,7 +1,7 @@ |
// 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" |
danakj
2015/01/23 17:41:43
nit: whitespace above this while you're here
ssid
2015/01/23 20:27:38
Done.
|
#include "base/logging.h" |
#include "base/memory/singleton.h" |