Index: chrome/browser/automation/testing_automation_provider.cc |
diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc |
index adb651d306947ec37467e07d185592bd1c8bb85b..83b673dcf83d28fce3f1aa6f919f8c5c8f4d0408 100644 |
--- a/chrome/browser/automation/testing_automation_provider.cc |
+++ b/chrome/browser/automation/testing_automation_provider.cc |
@@ -3763,7 +3763,7 @@ void TestingAutomationProvider::ClearBrowsingData( |
} |
BrowsingDataRemover* remover = new BrowsingDataRemover( |
- profile(), string_to_time_period[time_period], base::Time()); |
+ profile(), string_to_time_period[time_period], base::Time::Now()); |
remover->AddObserver( |
new AutomationProviderBrowsingDataObserver(this, reply_message)); |