Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Unified Diff: components/drive/remove_stale_cache_files.cc

Issue 1215503010: OBSOLETE: Move (most of) chrome/browser/chromeos/drive into components/drive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@drive-componentize-service
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698