Index: chrome/browser/history/history_types.h |
diff --git a/chrome/browser/history/history_types.h b/chrome/browser/history/history_types.h |
index ac008e571c7141300a3dfe0a3d4e24075abab609..55bb94447fd88041e8ec453996015cce5d901dd7 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 |
}; |