// Copyright 2011 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "net/disk_cache/cache_util.h" #include "base/files/file_enumerator.h" #include "base/files/file_util.h" #include "base/logging.h" #include "base/strings/string_util.h" #include "build/chromeos_buildflags.h" namespace disk_cache { bool MoveCache(const base::FilePath& from_path, const base::FilePath& to_path) { … } } // namespace disk_cache