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

Unified Diff: components/drive/file_system_metadata.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/file_system_metadata.cc
diff --git a/chrome/browser/chromeos/drive/file_system_metadata.cc b/components/drive/file_system_metadata.cc
similarity index 86%
rename from chrome/browser/chromeos/drive/file_system_metadata.cc
rename to components/drive/file_system_metadata.cc
index 412b93a74d543f067f504537f9e9230c298b38fe..7c53d532eff9814df1c49698ca5b41788f87f056 100644
--- a/chrome/browser/chromeos/drive/file_system_metadata.cc
+++ b/components/drive/file_system_metadata.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/file_system_metadata.h"
+#include "components/drive/file_system_metadata.h"
namespace drive {

Powered by Google App Engine
This is Rietveld 408576698