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

Unified Diff: components/drive/resource_entry_conversion.cc

Issue 1296483003: Move chrome/browser/chromeos/drive/resource* (+deps) into components/drive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 5 years, 4 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 97%
rename from chrome/browser/chromeos/drive/resource_entry_conversion.cc
rename to components/drive/resource_entry_conversion.cc
index 4ea89e3be1272324a972948424e292133b15f229..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/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 {
« no previous file with comments | « components/drive/resource_entry_conversion.h ('k') | components/drive/resource_entry_conversion_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698