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 81% |
rename from chrome/browser/chromeos/drive/remove_stale_cache_files.cc |
rename to components/drive/remove_stale_cache_files.cc |
index 533e9fb42428d0fc777b340c027cb4ba2873ec8d..93cab01654f60198bc1ccc56e20458ccfcf0f6ec 100644 |
--- a/chrome/browser/chromeos/drive/remove_stale_cache_files.cc |
+++ b/components/drive/remove_stale_cache_files.cc |
@@ -2,12 +2,12 @@ |
// 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 "chrome/browser/chromeos/drive/drive.pb.h" |
-#include "chrome/browser/chromeos/drive/file_cache.h" |
-#include "chrome/browser/chromeos/drive/resource_metadata.h" |
+#include "components/drive/drive.pb.h" |
+#include "components/drive/file_cache.h" |
+#include "components/drive/resource_metadata.h" |
namespace drive { |
namespace internal { |