| Index: chrome/browser/sync/profile_sync_service.h
|
| diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
|
| index 0bdde68041c0d335cce8ce32aa9e24de9e572e4b..2160193ac3917bad47c6447fc5c7eec7e3920018 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -591,9 +591,9 @@ class ProfileSyncService : public ProfileSyncServiceBase,
|
| // [ {"name": <name>, "value": <value>, "status": <status> }, ... ]
|
| // where <name> is a type's name, <value> is a string providing details for
|
| // the type's status, and <status> is one of "error", "warning" or "ok"
|
| - // dpending on the type's current status.
|
| + // depending on the type's current status.
|
| //
|
| - // This function is used by sync_ui_util.cc to help populate the about:sync
|
| + // This function is used by about_sync_util.cc to help populate the about:sync
|
| // page. It returns a ListValue rather than a DictionaryValue in part to make
|
| // it easier to iterate over its elements when constructing that page.
|
| base::Value* GetTypeStatusMap() const;
|
|
|