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

Unified Diff: components/drive/debug_info_collector.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
Index: components/drive/debug_info_collector.cc
diff --git a/chrome/browser/chromeos/drive/debug_info_collector.cc b/components/drive/debug_info_collector.cc
similarity index 98%
rename from chrome/browser/chromeos/drive/debug_info_collector.cc
rename to components/drive/debug_info_collector.cc
index cf50912baa751718d891fa548d2220c0472b9a24..b84696847d5be300277f0ec12f746fa35d711e2c 100644
--- a/chrome/browser/chromeos/drive/debug_info_collector.cc
+++ b/components/drive/debug_info_collector.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/debug_info_collector.h"
+#include "components/drive/debug_info_collector.h"
#include "base/callback.h"
#include "base/logging.h"

Powered by Google App Engine
This is Rietveld 408576698