diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-22 18:34:15 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-22 18:34:15 +0000 |
commit | cb85abae0df5e9b8105e45f7e56a6a63bb95220c (patch) | |
tree | 4bf59695900015f162e6433ab18c3db15854488e /chrome/browser/browser_process_impl.h | |
parent | f1c8cea6ee74740019abbd6754b8da6794ae6198 (diff) | |
download | chromium_src-cb85abae0df5e9b8105e45f7e56a6a63bb95220c.zip chromium_src-cb85abae0df5e9b8105e45f7e56a6a63bb95220c.tar.gz chromium_src-cb85abae0df5e9b8105e45f7e56a6a63bb95220c.tar.bz2 |
Typo fix.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3455014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60201 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_process_impl.h')
-rw-r--r-- | chrome/browser/browser_process_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h index a5bbca0..109b8e6 100644 --- a/chrome/browser/browser_process_impl.h +++ b/chrome/browser/browser_process_impl.h @@ -182,8 +182,8 @@ class BrowserProcessImpl : public BrowserProcess, public NonThreadSafe { bool checked_for_new_frames_; bool using_new_frames_; - // This service just sits around and makes thumanails for tabs. It does - // nothing in the cosntructor so we don't have to worry about lazy init. + // This service just sits around and makes thumbnails for tabs. It does + // nothing in the constructor so we don't have to worry about lazy init. ThumbnailGenerator thumbnail_generator_; // An event that notifies when we are shutting-down. |