| Index: chrome/test/chromedriver/session.h
|
| diff --git a/chrome/test/chromedriver/session.h b/chrome/test/chromedriver/session.h
|
| index fef177a75fb30dee580b864834ff249f3b830115..6a0f50e4e8fb53197da3521d0a389964521a964f 100644
|
| --- a/chrome/test/chromedriver/session.h
|
| +++ b/chrome/test/chromedriver/session.h
|
| @@ -36,7 +36,7 @@ struct FrameInfo {
|
| };
|
|
|
| struct Session {
|
| - static const int kDefaultPageLoadTimeoutMs;
|
| + static const base::TimeDelta kDefaultPageLoadTimeout;
|
|
|
| explicit Session(const std::string& id);
|
| Session(const std::string& id, scoped_ptr<Chrome> chrome);
|
|
|