// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/test/chromedriver/chrome/scoped_temp_dir_with_retry.h" #include "base/logging.h" #include "base/threading/platform_thread.h" ScopedTempDirWithRetry::ScopedTempDirWithRetry() = default; ScopedTempDirWithRetry::~ScopedTempDirWithRetry() { … }