| Index: ui/views/win/hwnd_message_handler.cc
|
| diff --git a/ui/views/win/hwnd_message_handler.cc b/ui/views/win/hwnd_message_handler.cc
|
| index d23127df8ce817655dea9c7e55947a880a4789a5..2eb0864093b7a2f60fd5f15091367a96855cb3f0 100644
|
| --- a/ui/views/win/hwnd_message_handler.cc
|
| +++ b/ui/views/win/hwnd_message_handler.cc
|
| @@ -11,8 +11,8 @@
|
| #pragma comment(lib, "wtsapi32.lib")
|
|
|
| #include "base/bind.h"
|
| -#include "base/debug/trace_event.h"
|
| #include "base/profiler/scoped_tracker.h"
|
| +#include "base/trace_event/trace_event.h"
|
| #include "base/tracked_objects.h"
|
| #include "base/win/scoped_gdi_object.h"
|
| #include "base/win/win_util.h"
|
|
|