Index: chrome/browser/jankometer.cc |
=================================================================== |
--- chrome/browser/jankometer.cc (revision 71835) |
+++ chrome/browser/jankometer.cc (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -13,8 +13,8 @@ |
#include "base/metrics/stats_counters.h" |
#include "base/ref_counted.h" |
#include "base/string_util.h" |
+#include "base/threading/thread.h" |
#include "base/threading/watchdog.h" |
-#include "base/threading/thread.h" |
#include "base/time.h" |
#include "build/build_config.h" |
#include "chrome/browser/browser_process.h" |
@@ -22,7 +22,7 @@ |
#include "chrome/common/chrome_switches.h" |
#if defined(TOOLKIT_USES_GTK) |
-#include "chrome/browser/gtk/gtk_util.h" |
+#include "chrome/browser/ui/gtk/gtk_util.h" |
#endif |
using base::TimeDelta; |