diff options
author | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-20 16:20:09 +0000 |
---|---|---|
committer | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-20 16:20:09 +0000 |
commit | f5f2b8a646c123e151183e45268a805603afaf56 (patch) | |
tree | 5b3a89000791355d3459fab45f7b5310fdfdcb4e /chrome/browser/chromeos/boot_times_loader.h | |
parent | ae237a70c251d02336d832a51b3333ea3da8c2ad (diff) | |
download | chromium_src-f5f2b8a646c123e151183e45268a805603afaf56.zip chromium_src-f5f2b8a646c123e151183e45268a805603afaf56.tar.gz chromium_src-f5f2b8a646c123e151183e45268a805603afaf56.tar.bz2 |
Boot times weren't getting displayed
BUG=NONE
TEST=Ensure that boot times are shown at startup.
Review URL: http://codereview.chromium.org/2102011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47805 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/boot_times_loader.h')
-rw-r--r-- | chrome/browser/chromeos/boot_times_loader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/boot_times_loader.h b/chrome/browser/chromeos/boot_times_loader.h index 6e03ec5..d3ed514 100644 --- a/chrome/browser/chromeos/boot_times_loader.h +++ b/chrome/browser/chromeos/boot_times_loader.h @@ -70,7 +70,7 @@ class BootTimesLoader : public CancelableRequestProvider { private: // BootTimesLoader calls into the Backend on the file thread to load - // and extract the boot times. + // the boot times. class Backend : public base::RefCountedThreadSafe<Backend> { public: Backend() {} |