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

Unified Diff: components/drive/test_util.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
« components/drive/test_util.h ('K') | « components/drive/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/test_util.cc
diff --git a/chrome/browser/chromeos/drive/test_util.cc b/components/drive/test_util.cc
similarity index 86%
rename from chrome/browser/chromeos/drive/test_util.cc
rename to components/drive/test_util.cc
index 644fb8402c1868c9318504e2aa58dbf7cd413589..7e6147ba353cdc3849bcdf31aad54106c35d1bfb 100644
--- a/chrome/browser/chromeos/drive/test_util.cc
+++ b/components/drive/test_util.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/test_util.h"
+#include "components/drive/test_util.h"
#include "base/prefs/pref_registry_simple.h"
#include "base/prefs/testing_pref_service.h"
-#include "chrome/browser/chromeos/drive/drive.pb.h"
-#include "chrome/browser/chromeos/drive/drive_pref_names.h"
+#include "components/drive/drive.pb.h"
+#include "components/drive/drive_pref_names.h"
namespace drive {
namespace test_util {
« components/drive/test_util.h ('K') | « components/drive/test_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698