Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / drive / resource_metadata.h
index e04dc5f..0724978 100644 (file)
@@ -117,6 +117,9 @@ class ResourceMetadata {
   // files with the same name "Foo" will be renamed to "Foo (1)" and "Foo (2)".
   bool PutEntryUnderDirectory(const ResourceEntry& entry);
 
+  // Returns an unused base name for |entry|.
+  std::string GetDeduplicatedBaseName(const ResourceEntry& entry);
+
   // Removes the entry and its descendants.
   bool RemoveEntryRecursively(const std::string& id);