Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(426)

Unified Diff: chrome/browser/template_url_model.h

Issue 7995: Move Time, TimeDelta and TimeTicks into namespace base. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698