| Index: chrome/test/chromedriver/chrome/chrome_desktop_impl.h
|
| diff --git a/chrome/test/chromedriver/chrome/chrome_desktop_impl.h b/chrome/test/chromedriver/chrome/chrome_desktop_impl.h
|
| index c1f9974e2ea06486456be366539df5f6189ef311..4f3ffea8a10c63e7f68e37e20363f30ee8fbecce 100644
|
| --- a/chrome/test/chromedriver/chrome/chrome_desktop_impl.h
|
| +++ b/chrome/test/chromedriver/chrome/chrome_desktop_impl.h
|
| @@ -11,10 +11,10 @@
|
|
|
| #include "base/command_line.h"
|
| #include "base/compiler_specific.h"
|
| -#include "base/files/scoped_temp_dir.h"
|
| #include "base/process/process.h"
|
| #include "base/values.h"
|
| #include "chrome/test/chromedriver/chrome/chrome_impl.h"
|
| +#include "chrome/test/chromedriver/chrome/scoped_temp_dir_with_retry.h"
|
|
|
| namespace base {
|
| class TimeDelta;
|
| @@ -92,8 +92,8 @@ class ChromeDesktopImpl : public ChromeImpl {
|
|
|
| base::Process process_;
|
| base::CommandLine command_;
|
| - base::ScopedTempDir user_data_dir_;
|
| - base::ScopedTempDir extension_dir_;
|
| + ScopedTempDirWithRetry user_data_dir_;
|
| + ScopedTempDirWithRetry extension_dir_;
|
| bool network_connection_enabled_;
|
| int network_connection_;
|
|
|
|
|