diff options
Diffstat (limited to 'chrome/browser/profile.cc')
-rw-r--r-- | chrome/browser/profile.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc index ad84daf..6023a2c 100644 --- a/chrome/browser/profile.cc +++ b/chrome/browser/profile.cc @@ -40,6 +40,9 @@ #include "net/url_request/url_request_context.h" #include "webkit/glue/webkit_glue.h" +using base::Time; +using base::TimeDelta; + // Delay, in milliseconds, before we explicitly create the SessionService. static const int kCreateSessionServiceDelayMS = 500; |