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 44c422ee905aa3674b31c0b94d6be76624ce7b85..300ef0ea5ea90718868b111ee694d42f5775d565 100644 |
| --- a/chrome/browser/history/history_types.h |
| +++ b/chrome/browser/history/history_types.h |
| @@ -283,7 +283,10 @@ struct StarredEntry { |
| USER_FOLDER, |
| // The "other bookmarks" folder that holds uncategorized bookmarks. |
| - OTHER |
| + OTHER, |
| + |
| + // The synced folder. |
| + SYNCED, |
| }; |
| StarredEntry(); |