| Index: cloud_print/service/win/chrome_launcher.cc
|
| diff --git a/cloud_print/service/win/chrome_launcher.cc b/cloud_print/service/win/chrome_launcher.cc
|
| index 8966a200cf5cd6097eb28902731d411c1e662004..8c4ac79055f79b7c3edb24aa94ae55edb5813a88 100644
|
| --- a/cloud_print/service/win/chrome_launcher.cc
|
| +++ b/cloud_print/service/win/chrome_launcher.cc
|
| @@ -13,7 +13,6 @@
|
| #include "base/json/json_reader.h"
|
| #include "base/json/json_writer.h"
|
| #include "base/process/process.h"
|
| -#include "base/process/process.h"
|
| #include "base/values.h"
|
| #include "base/win/registry.h"
|
| #include "base/win/scoped_handle.h"
|
| @@ -201,7 +200,7 @@ void ChromeLauncher::Run() {
|
| const base::TimeDelta default_time_out = base::TimeDelta::FromSeconds(1);
|
| const base::TimeDelta max_time_out = base::TimeDelta::FromHours(1);
|
|
|
| - for (base::TimeDelta time_out = default_time_out;;
|
| + for (base::TimeDelta time_out = default_time_out;
|
| time_out = std::min(time_out * 2, max_time_out)) {
|
| base::FilePath chrome_path =
|
| chrome_launcher_support::GetAnyChromePath(false /* is_sxs */);
|
|
|