| Index: content/browser/tracing/trace_controller_impl.cc
|
| ===================================================================
|
| --- content/browser/tracing/trace_controller_impl.cc (revision 180055)
|
| +++ content/browser/tracing/trace_controller_impl.cc (working copy)
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/browser/trace_controller_impl.h"
|
| +#include "content/browser/tracing/trace_controller_impl.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/command_line.h"
|
| #include "base/debug/trace_event.h"
|
| #include "base/string_number_conversions.h"
|
| -#include "content/browser/trace_message_filter.h"
|
| -#include "content/browser/trace_subscriber_stdio.h"
|
| +#include "content/browser/tracing/trace_message_filter.h"
|
| +#include "content/browser/tracing/trace_subscriber_stdio.h"
|
| #include "content/common/child_process_messages.h"
|
| #include "content/public/browser/browser_message_filter.h"
|
| #include "content/public/common/content_switches.h"
|
|
|