Index: chrome/browser/history/history_types.h |
=================================================================== |
--- chrome/browser/history/history_types.h (revision 132295) |
+++ chrome/browser/history/history_types.h (working copy) |
@@ -132,19 +132,6 @@ |
hidden_ = hidden; |
} |
- // Helper functor that determines if an URLRow refers to a given URL. |
- class URLRowHasURL { |
- public: |
- explicit URLRowHasURL(const GURL& url) : url_(url) {} |
- |
- bool operator()(const URLRow& row) { |
- return row.url() == url_; |
- } |
- |
- private: |
- const GURL& url_; |
- }; |
- |
protected: |
// Swaps the contents of this URLRow with another, which allows it to be |
// destructively copied without memory allocations. |
Property changes on: chrome/browser/history/history_types.h |
___________________________________________________________________ |
Added: svn:mergeinfo |