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

Unified Diff: components/drive/resource_entry_conversion.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/resource_entry_conversion.cc
diff --git a/chrome/browser/chromeos/drive/resource_entry_conversion.cc b/components/drive/resource_entry_conversion.cc
similarity index 96%
rename from chrome/browser/chromeos/drive/resource_entry_conversion.cc
rename to components/drive/resource_entry_conversion.cc
index ba23fbe00d49dbb0561946cab120ebf46e28d6ed..a4fa83d613c8e52075782126f4f2031664a956cb 100644
--- a/chrome/browser/chromeos/drive/resource_entry_conversion.cc
+++ b/components/drive/resource_entry_conversion.cc
@@ -2,15 +2,15 @@
// 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/resource_entry_conversion.h"
+#include "components/drive/resource_entry_conversion.h"
#include <string>
#include "base/logging.h"
#include "base/time/time.h"
-#include "chrome/browser/chromeos/drive/drive.pb.h"
-#include "chrome/browser/chromeos/drive/file_system_core_util.h"
+#include "components/drive/drive.pb.h"
#include "components/drive/drive_api_util.h"
+#include "components/drive/file_system_core_util.h"
#include "google_apis/drive/drive_api_parser.h"
namespace drive {

Powered by Google App Engine
This is Rietveld 408576698