| Index: chrome/browser/gtk/bookmark_manager_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/gtk/bookmark_manager_gtk.cc (revision 20552)
|
| +++ chrome/browser/gtk/bookmark_manager_gtk.cc (working copy)
|
| @@ -37,8 +37,8 @@
|
| // IDs for the recently added and search nodes. These values assume that node
|
| // IDs will be strictly non-negative, which is an implementation detail of
|
| // BookmarkModel, so this is sort of a hack.
|
| -const int kRecentID = -1;
|
| -const int kSearchID = -2;
|
| +const int64 kRecentID = -1;
|
| +const int64 kSearchID = -2;
|
|
|
| // Padding between "Search:" and the entry field, in pixels.
|
| const int kSearchPadding = 5;
|
|
|