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

Unified Diff: components/drive/remove_stale_cache_files_unittest.cc

Issue 1314803004: Move chrome/browser/chromeos/drive/file_system.cc (+deps) into components/drive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 5 years, 4 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
« no previous file with comments | « components/drive/remove_stale_cache_files.cc ('k') | components/drive/search_metadata.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/remove_stale_cache_files_unittest.cc
diff --git a/chrome/browser/chromeos/drive/remove_stale_cache_files_unittest.cc b/components/drive/remove_stale_cache_files_unittest.cc
similarity index 98%
rename from chrome/browser/chromeos/drive/remove_stale_cache_files_unittest.cc
rename to components/drive/remove_stale_cache_files_unittest.cc
index ac0a9cd039e0b8f5a8057ac8bfe2462469d081bb..4fa16e6dd2b6465407bd730f42b597905156ed48 100644
--- a/chrome/browser/chromeos/drive/remove_stale_cache_files_unittest.cc
+++ b/components/drive/remove_stale_cache_files_unittest.cc
@@ -10,11 +10,11 @@
#include "base/memory/scoped_ptr.h"
#include "base/single_thread_task_runner.h"
#include "base/thread_task_runner_handle.h"
-#include "chrome/browser/chromeos/drive/remove_stale_cache_files.h"
#include "components/drive/drive.pb.h"
#include "components/drive/drive_test_util.h"
#include "components/drive/fake_free_disk_space_getter.h"
#include "components/drive/file_system_core_util.h"
+#include "components/drive/remove_stale_cache_files.h"
#include "components/drive/resource_metadata.h"
#include "content/public/test/test_browser_thread_bundle.h"
#include "google_apis/drive/test_util.h"
« no previous file with comments | « components/drive/remove_stale_cache_files.cc ('k') | components/drive/search_metadata.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698