Index: chrome/browser/safe_browsing/client_side_detection_service.cc |
=================================================================== |
--- chrome/browser/safe_browsing/client_side_detection_service.cc (revision 117824) |
+++ chrome/browser/safe_browsing/client_side_detection_service.cc (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -245,7 +245,7 @@ |
FROM_HERE, |
base::Bind(&ClientSideDetectionService::StartFetchModel, |
weak_factory_.GetWeakPtr()), |
- base::TimeDelta::FromMilliseconds(delay_ms)); |
+ delay_ms); |
} |
void ClientSideDetectionService::StartFetchModel() { |