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

Unified Diff: components/drive/service/test_util.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: Fixed copyright headers in the new files. 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
« components/drive/drive_api_util.h ('K') | « components/drive/service/test_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/service/test_util.cc
diff --git a/chrome/browser/drive/test_util.cc b/components/drive/service/test_util.cc
similarity index 96%
rename from chrome/browser/drive/test_util.cc
rename to components/drive/service/test_util.cc
index 575cfe63eabce359f13e8abf7f1182b5c921833d..c5a56f47f6554db701d0b37a42fc0f97d0c3fb17 100644
--- a/chrome/browser/drive/test_util.cc
+++ b/components/drive/service/test_util.cc
@@ -1,12 +1,12 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
+// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/drive/test_util.h"
+#include "components/drive/service/test_util.h"
#include "base/run_loop.h"
-#include "chrome/browser/drive/drive_api_util.h"
-#include "chrome/browser/drive/fake_drive_service.h"
+#include "components/drive/drive_api_util.h"
+#include "components/drive/service/fake_drive_service.h"
#include "google_apis/drive/drive_api_parser.h"
#include "google_apis/drive/test_util.h"
« components/drive/drive_api_util.h ('K') | « components/drive/service/test_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698