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

Unified Diff: components/drive/resource_entry_conversion.h

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
« no previous file with comments | « components/drive/file_system_core_util_unittest.cc ('k') | components/drive/resource_entry_conversion.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/resource_entry_conversion.h
diff --git a/chrome/browser/chromeos/drive/resource_entry_conversion.h b/components/drive/resource_entry_conversion.h
similarity index 89%
rename from chrome/browser/chromeos/drive/resource_entry_conversion.h
rename to components/drive/resource_entry_conversion.h
index e9d62c4a14a66546a35f8d7da4246fd423651fdf..2de228e7e08855f2bed4f9634dd83598518af29c 100644
--- a/chrome/browser/chromeos/drive/resource_entry_conversion.h
+++ b/components/drive/resource_entry_conversion.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_CHROMEOS_DRIVE_RESOURCE_ENTRY_CONVERSION_H_
-#define CHROME_BROWSER_CHROMEOS_DRIVE_RESOURCE_ENTRY_CONVERSION_H_
+#ifndef COMPONENTS_DRIVE_RESOURCE_ENTRY_CONVERSION_H_
+#define COMPONENTS_DRIVE_RESOURCE_ENTRY_CONVERSION_H_
#include <string>
@@ -50,4 +50,4 @@ void ConvertResourceEntryToFileInfo(const ResourceEntry& entry,
} // namespace drive
-#endif // CHROME_BROWSER_CHROMEOS_DRIVE_RESOURCE_ENTRY_CONVERSION_H_
+#endif // COMPONENTS_DRIVE_RESOURCE_ENTRY_CONVERSION_H_
« no previous file with comments | « components/drive/file_system_core_util_unittest.cc ('k') | components/drive/resource_entry_conversion.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698