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..b09e5b2fc51380efb465d335c98c27aced9ce47c 100644 |
| --- a/chrome/browser/history/history_types.h |
| +++ b/chrome/browser/history/history_types.h |
| @@ -282,6 +282,9 @@ struct StarredEntry { |
| // User created folder. |
| USER_FOLDER, |
| + // The synced folder. |
| + SYNCED, |
| + |
| // The "other bookmarks" folder that holds uncategorized bookmarks. |
| OTHER |
| }; |