Index: chrome/browser/history/history_types.h |
=================================================================== |
--- chrome/browser/history/history_types.h (revision 105497) |
+++ chrome/browser/history/history_types.h (working copy) |
@@ -74,6 +74,7 @@ |
URLRow& operator=(const URLRow& other); |
URLID id() const { return id_; } |
+ void set_id(URLID id) { id_ = id; } // Note: Use for unittesting only. |
const GURL& url() const { return url_; } |
const string16& title() const { |