Chromium Code Reviews| Index: chrome/browser/history/history_types.h |
| diff --git a/chrome/browser/history/history_types.h b/chrome/browser/history/history_types.h |
| index 556705203b0e16ec8162d771db5a747ee4a8f719..df626a748e54a5b3bbc81130ee1338c586b0ef1f 100644 |
| --- a/chrome/browser/history/history_types.h |
| +++ b/chrome/browser/history/history_types.h |
| @@ -305,8 +305,8 @@ struct StarredEntry { |
| // The "other bookmarks" folder that holds uncategorized bookmarks. |
| OTHER, |
| - // The synced folder. |
| - SYNCED, |
| + // The mobile folder. |
| + MOBILE, |
| }; |
| StarredEntry(); |