| Index: content/shell/renderer/test_runner/web_test_proxy.cc
|
| diff --git a/content/shell/renderer/test_runner/web_test_proxy.cc b/content/shell/renderer/test_runner/web_test_proxy.cc
|
| index c5eb35b4a8b2e246c159a01a7b37d16a62169b56..da62fc05f003e2c24df25866a0e3c31f7676eddf 100644
|
| --- a/content/shell/renderer/test_runner/web_test_proxy.cc
|
| +++ b/content/shell/renderer/test_runner/web_test_proxy.cc
|
| @@ -8,11 +8,11 @@
|
|
|
| #include "base/callback_helpers.h"
|
| #include "base/command_line.h"
|
| -#include "base/debug/trace_event.h"
|
| #include "base/logging.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| +#include "base/trace_event/trace_event.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "content/shell/renderer/test_runner/accessibility_controller.h"
|
| #include "content/shell/renderer/test_runner/event_sender.h"
|
|
|