aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/src/firebase/firestore/model/resource_path.h
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/core/src/firebase/firestore/model/resource_path.h')
-rw-r--r--Firestore/core/src/firebase/firestore/model/resource_path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firestore/core/src/firebase/firestore/model/resource_path.h b/Firestore/core/src/firebase/firestore/model/resource_path.h
index b0853c6..53c1951 100644
--- a/Firestore/core/src/firebase/firestore/model/resource_path.h
+++ b/Firestore/core/src/firebase/firestore/model/resource_path.h
@@ -45,7 +45,7 @@ class ResourcePath : public impl::BasePath<ResourcePath> {
* Creates and returns a new path from the given resource-path string, where
* the path segments are separated by a slash "/".
*/
- static ResourcePath Parse(absl::string_view path);
+ static ResourcePath FromString(absl::string_view path);
/** Returns a standardized string representation of this path. */
std::string CanonicalString() const;