| Index: chrome/browser/template_url_model.h
|
| ===================================================================
|
| --- chrome/browser/template_url_model.h (revision 3954)
|
| +++ chrome/browser/template_url_model.h (working copy)
|
| @@ -123,7 +123,7 @@
|
|
|
| // Removes all auto-generated keywords that were created in the specified
|
| // range.
|
| - void RemoveAutoGeneratedBetween(Time created_after, Time created_before);
|
| + void RemoveAutoGeneratedBetween(base::Time created_after, base::Time created_before);
|
|
|
| // Replaces existing_turl with new_turl. new_turl is given the same ID as
|
| // existing_turl. If existing_turl was the default, new_turl is made the
|
| @@ -134,7 +134,7 @@
|
|
|
| // Removes all auto-generated keywords that were created on or after the
|
| // date passed in.
|
| - void RemoveAutoGeneratedSince(Time created_after);
|
| + void RemoveAutoGeneratedSince(base::Time created_after);
|
|
|
| // Returns the set of URLs describing the keywords. The elements are owned
|
| // by TemplateURLModel and should not be deleted.
|
|
|