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

Unified Diff: components/drive/drive_test_util.cc

Issue 1246753003: Move a subset of chrome/browser/chromeos/drive into components/drive (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: components/drive/drive_test_util.cc
diff --git a/chrome/browser/chromeos/drive/drive_test_util.cc b/components/drive/drive_test_util.cc
similarity index 89%
rename from chrome/browser/chromeos/drive/drive_test_util.cc
rename to components/drive/drive_test_util.cc
index 350413610e96c578fae16614126d896e5b7655a5..48bece202b373adf182b63f8ce0c9a019c12859d 100644
--- a/chrome/browser/chromeos/drive/drive_test_util.cc
+++ b/components/drive/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/drive_test_util.h"
+#include "components/drive/drive_test_util.h"
#include "base/prefs/pref_registry_simple.h"
#include "base/prefs/testing_pref_service.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 {

Powered by Google App Engine
This is Rietveld 408576698