| Index: chrome/browser/jankometer.cc
|
| diff --git a/chrome/browser/jankometer.cc b/chrome/browser/jankometer.cc
|
| index 9f5e2a0ae796a216ec5d531af3c5fdfbbda83f54..e3620980a48fb76d69daf999335a017e2f09bf41 100644
|
| --- a/chrome/browser/jankometer.cc
|
| +++ b/chrome/browser/jankometer.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include <limits>
|
| -
|
| #include "chrome/browser/jankometer.h"
|
|
|
| +#include <limits>
|
| +
|
| #include "base/basictypes.h"
|
| #include "base/bind.h"
|
| #include "base/command_line.h"
|
| @@ -22,10 +22,6 @@
|
| #include "chrome/common/chrome_switches.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|
| -#if defined(TOOLKIT_GTK)
|
| -#include "chrome/browser/ui/gtk/gtk_util.h"
|
| -#endif
|
| -
|
| using base::TimeDelta;
|
| using base::TimeTicks;
|
| using content::BrowserThread;
|
|
|