| Index: components/drive/remove_stale_cache_files.cc
|
| diff --git a/chrome/browser/chromeos/drive/remove_stale_cache_files.cc b/components/drive/remove_stale_cache_files.cc
|
| similarity index 94%
|
| rename from chrome/browser/chromeos/drive/remove_stale_cache_files.cc
|
| rename to components/drive/remove_stale_cache_files.cc
|
| index 3193aace43b706b18e49570a83bc4b13f6b79e37..93cab01654f60198bc1ccc56e20458ccfcf0f6ec 100644
|
| --- a/chrome/browser/chromeos/drive/remove_stale_cache_files.cc
|
| +++ b/components/drive/remove_stale_cache_files.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/chromeos/drive/remove_stale_cache_files.h"
|
| +#include "components/drive/remove_stale_cache_files.h"
|
|
|
| #include "base/logging.h"
|
| #include "components/drive/drive.pb.h"
|
|
|