diff options
author | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-19 22:32:59 +0000 |
---|---|---|
committer | msw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-19 22:32:59 +0000 |
commit | 93270d001be703684c1c1bd1e28be7e553a19c99 (patch) | |
tree | 4161c4c8fdef06ab6b9e0252134eb1a83e94777a /chrome/browser/jankometer.cc | |
parent | af463aeaf8ab763f9afdf7193a52238f9bb18fc7 (diff) | |
download | chromium_src-93270d001be703684c1c1bd1e28be7e553a19c99.zip chromium_src-93270d001be703684c1c1bd1e28be7e553a19c99.tar.gz chromium_src-93270d001be703684c1c1bd1e28be7e553a19c99.tar.bz2 |
Update references part 3: remaining files in chrome/...
Update chrome/browser/gtk references & copyright dates of touched files.
Re-alphabetize include lists as necessary from this change.
Manually merge r71828
svn pset svn:eol-style LF \
chrome/browser/automation/testing_automation_provider_gtk.cc \
chrome/browser/speech/speech_input_bubble_gtk.cc
BUG=69289
TEST=none
Review URL: http://codereview.chromium.org/6245006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71859 0039d316-1c4b-4281-b951-d872f2087c98
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; |