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

Unified Diff: chrome/browser/browsing_data_remover.cc

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/browsing_data_remover.cc
===================================================================
--- chrome/browser/browsing_data_remover.cc (revision 3954)
+++ chrome/browser/browsing_data_remover.cc (working copy)
@@ -20,6 +20,8 @@
#include "net/url_request/url_request_context.h"
#include "webkit/glue/password_form.h"
+using base::Time;
+
// Done so that we can use invokeLater on BrowsingDataRemovers and not have
// BrowsingDataRemover implement RefCounted.
void RunnableMethodTraits<BrowsingDataRemover>::RetainCallee(
@@ -200,4 +202,3 @@
ui_loop->PostTask(FROM_HERE, NewRunnableMethod(
this, &BrowsingDataRemover::ClearedCache));
}
-

Powered by Google App Engine
This is Rietveld 408576698