diff options
author | tnagel@chromium.org <tnagel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-07 19:33:55 +0000 |
---|---|---|
committer | tnagel@chromium.org <tnagel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-07 19:33:55 +0000 |
commit | 058dd155999681c1aafb1b4e5bb1e9dca9cd8ebb (patch) | |
tree | f940a08b3611d048bc918483f99ad9fdd745a911 /chrome/installer | |
parent | 79407372e823edbf1d5426bf5775597e606bfd2b (diff) | |
download | chromium_src-058dd155999681c1aafb1b4e5bb1e9dca9cd8ebb.zip chromium_src-058dd155999681c1aafb1b4e5bb1e9dca9cd8ebb.tar.gz chromium_src-058dd155999681c1aafb1b4e5bb1e9dca9cd8ebb.tar.bz2 |
Fix typo in comment.
BUG=none
Review URL: https://codereview.chromium.org/449043003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288112 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer')
-rw-r--r-- | chrome/installer/util/google_update_settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/util/google_update_settings.h b/chrome/installer/util/google_update_settings.h index ca7fd7f..bc66431 100644 --- a/chrome/installer/util/google_update_settings.h +++ b/chrome/installer/util/google_update_settings.h @@ -245,7 +245,7 @@ class GoogleUpdateSettings { // Returns true if the app indicated by |app_guid| should be updated // automatically by Google Update based on current autoupdate settings. This - // is distinct from GetApUpdatePolicy which checks only a subset of things + // is distinct from GetAppUpdatePolicy which checks only a subset of things // that can cause an app not to update. static bool AreAutoupdatesEnabled(const base::string16& app_guid); |