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

Unified Diff: components/drive/service/drive_api_service_unittest.cc

Issue 1190203002: Move (most of) chrome/browser/drive into components/drive/service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 5 years, 5 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/service/drive_api_service.cc ('k') | components/drive/service/drive_service_interface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/service/drive_api_service_unittest.cc
diff --git a/chrome/browser/drive/drive_api_service_unittest.cc b/components/drive/service/drive_api_service_unittest.cc
similarity index 98%
rename from chrome/browser/drive/drive_api_service_unittest.cc
rename to components/drive/service/drive_api_service_unittest.cc
index 44f17cae1ba6f743897c24fe7fea0a0c7f5f7bbb..6655e6872ec3f2d4977184ff505d880f5dbdef60 100644
--- a/chrome/browser/drive/drive_api_service_unittest.cc
+++ b/components/drive/service/drive_api_service_unittest.cc
@@ -4,7 +4,7 @@
#include "base/message_loop/message_loop.h"
#include "base/test/test_simple_task_runner.h"
-#include "chrome/browser/drive/drive_api_service.h"
+#include "components/drive/service/drive_api_service.h"
#include "google_apis/drive/dummy_auth_service.h"
#include "google_apis/drive/request_sender.h"
#include "google_apis/drive/test_util.h"
« no previous file with comments | « components/drive/service/drive_api_service.cc ('k') | components/drive/service/drive_service_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698