diff options
author | milanb@chromium.org <milanb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-05 13:17:44 +0000 |
---|---|---|
committer | milanb@chromium.org <milanb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-05 13:17:44 +0000 |
commit | 340cca82b30473b89855914a2bfabbe0826f7949 (patch) | |
tree | a8efc0d2b96ffdf78658e9580c914d0099104122 /ui | |
parent | 198f6412afdd09d728b88808da32b147bd118e00 (diff) | |
download | chromium_src-340cca82b30473b89855914a2bfabbe0826f7949.zip chromium_src-340cca82b30473b89855914a2bfabbe0826f7949.tar.gz chromium_src-340cca82b30473b89855914a2bfabbe0826f7949.tar.bz2 |
Fix typo in a comment.
BUG=None
Review URL: https://chromiumcodereview.appspot.com/11358072
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165927 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r-- | ui/base/resource/resource_bundle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/base/resource/resource_bundle.h b/ui/base/resource/resource_bundle.h index b5424de..d61d729 100644 --- a/ui/base/resource/resource_bundle.h +++ b/ui/base/resource/resource_bundle.h @@ -220,7 +220,7 @@ class UI_EXPORT ResourceBundle { // Return the contents of a resource in a StringPiece given the resource id // nearest the scale factor |scale_factor|. - // Use ResourceHanlde::SCALE_FACTOR_NONE for scale independent image resources + // Use ResourceHandle::SCALE_FACTOR_NONE for scale independent image resources // (such as wallpaper). base::StringPiece GetRawDataResourceForScale(int resource_id, ScaleFactor scale_factor) const; |