| Index: chrome/browser/safe_browsing/protocol_manager.cc
|
| ===================================================================
|
| --- chrome/browser/safe_browsing/protocol_manager.cc (revision 3954)
|
| +++ chrome/browser/safe_browsing/protocol_manager.cc (working copy)
|
| @@ -21,6 +21,8 @@
|
| #include "net/base/base64.h"
|
| #include "net/base/load_flags.h"
|
|
|
| +using base::Time;
|
| +using base::TimeDelta;
|
|
|
| // Maximum time, in seconds, from start up before we must issue an update query.
|
| static const int kSbTimerStartIntervalSec = 5 * 60;
|
|
|