summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorssid <ssid@chromium.org>2015-02-03 09:25:03 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-03 17:25:53 +0000
commit74a89f06ec7db49e1262847d4aba07ed87fd5930 (patch)
treed57d9ebf2bf32d87a11a5768024d260d538ba3ee /ipc
parentf569b4f6c09ba2d9b54fb3e459fbd302b10dd013 (diff)
downloadchromium_src-74a89f06ec7db49e1262847d4aba07ed87fd5930.zip
chromium_src-74a89f06ec7db49e1262847d4aba07ed87fd5930.tar.gz
chromium_src-74a89f06ec7db49e1262847d4aba07ed87fd5930.tar.bz2
Deleting the forwarding header files base/debug/trace_event*
Now that the migration of the tracing files is completed and all the tracing clients have been updated to point to base/trace_event/, it is safe to remove the forwarding headers from the old location. The only purpose of those headers, in fact, was to handle the renames in smaller CLs. The only thing left, at this point, is gradually renaming the namespaces, which is going to be handled in the upcoming CLs. See crrev.com/837303004 and the related bug for motivations. BUG=451032 TBR=jam@chromium.org,sky@chromium.org Review URL: https://codereview.chromium.org/897663002 Cr-Commit-Position: refs/heads/master@{#314357}
Diffstat (limited to 'ipc')
-rw-r--r--ipc/ipc_message.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipc/ipc_message.h b/ipc/ipc_message.h
index 2d677aa..e57008b 100644
--- a/ipc/ipc_message.h
+++ b/ipc/ipc_message.h
@@ -8,7 +8,6 @@
#include <string>
#include "base/basictypes.h"
-#include "base/debug/trace_event.h"
#include "base/memory/ref_counted.h"
#include "base/pickle.h"
#include "base/trace_event/trace_event.h"