| Index: chrome/app/client_util.cc
|
| diff --git a/chrome/app/client_util.cc b/chrome/app/client_util.cc
|
| index 1be8bf063cfdd8e6c19554bdeac53ade398e0691..43162264fdd7fa8cfd79e9b9c6352e4fb9b18d6b 100644
|
| --- a/chrome/app/client_util.cc
|
| +++ b/chrome/app/client_util.cc
|
| @@ -7,7 +7,6 @@
|
|
|
| #include "base/command_line.h"
|
| #include "base/compiler_specific.h"
|
| -#include "base/debug/trace_event.h"
|
| #include "base/environment.h"
|
| #include "base/file_version_info.h"
|
| #include "base/lazy_instance.h"
|
| @@ -17,6 +16,7 @@
|
| #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 "base/version.h"
|
| #include "base/win/scoped_handle.h"
|
| #include "base/win/windows_version.h"
|
|
|