diff options
Diffstat (limited to 'chrome/browser/jankometer.cc')
-rw-r--r-- | chrome/browser/jankometer.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/jankometer.cc b/chrome/browser/jankometer.cc index ea1cf27..29986ea 100644 --- a/chrome/browser/jankometer.cc +++ b/chrome/browser/jankometer.cc @@ -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/watchdog.h" #include "base/threading/thread.h" +#include "base/threading/watchdog.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; |