| Index: chrome/browser/search_engines/template_url_model.h
|
| ===================================================================
|
| --- chrome/browser/search_engines/template_url_model.h (revision 10992)
|
| +++ chrome/browser/search_engines/template_url_model.h (working copy)
|
| @@ -123,7 +123,8 @@
|
|
|
| // Removes all auto-generated keywords that were created in the specified
|
| // range.
|
| - void RemoveAutoGeneratedBetween(base::Time created_after, base::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
|
|
|