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

Unified Diff: components/drive/file_system_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/file_system_observer.h ('k') | components/drive/remove_stale_cache_files.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/file_system_unittest.cc
diff --git a/chrome/browser/chromeos/drive/file_system_unittest.cc b/components/drive/file_system_unittest.cc
similarity index 99%
rename from chrome/browser/chromeos/drive/file_system_unittest.cc
rename to components/drive/file_system_unittest.cc
index 33a3cdc0187f2cbe3efb08f149cb22e8c7e05d86..a502a2a55c135d8b7722aa07c7544723946065b9 100644
--- a/chrome/browser/chromeos/drive/file_system_unittest.cc
+++ b/components/drive/file_system_unittest.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/file_system.h"
+#include "components/drive/file_system.h"
#include <string>
#include <vector>
@@ -16,8 +16,6 @@
#include "base/run_loop.h"
#include "base/single_thread_task_runner.h"
#include "base/thread_task_runner_handle.h"
-#include "chrome/browser/chromeos/drive/file_system_observer.h"
-#include "chrome/browser/chromeos/drive/sync_client.h"
#include "components/drive/change_list_loader.h"
#include "components/drive/drive.pb.h"
#include "components/drive/drive_api_util.h"
@@ -26,9 +24,11 @@
#include "components/drive/fake_free_disk_space_getter.h"
#include "components/drive/file_change.h"
#include "components/drive/file_system_core_util.h"
+#include "components/drive/file_system_observer.h"
#include "components/drive/job_scheduler.h"
#include "components/drive/service/fake_drive_service.h"
#include "components/drive/service/test_util.h"
+#include "components/drive/sync_client.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/test/test_browser_thread_bundle.h"
#include "google_apis/drive/drive_api_parser.h"
« no previous file with comments | « components/drive/file_system_observer.h ('k') | components/drive/remove_stale_cache_files.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698