diff options
author | munjal@chromium.org <munjal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-13 19:40:59 +0000 |
---|---|---|
committer | munjal@chromium.org <munjal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-13 19:40:59 +0000 |
commit | 6d201be0c55eccdc015124e221d2559a6da7fef0 (patch) | |
tree | 121e988c25e62017a08bcbe908a4e6a5f78d34f8 /chrome/browser/sync/util/path_helpers.h | |
parent | dc9711fe5e00639471fd0edf195a4ada4f7d994d (diff) | |
download | chromium_src-6d201be0c55eccdc015124e221d2559a6da7fef0.zip chromium_src-6d201be0c55eccdc015124e221d2559a6da7fef0.tar.gz chromium_src-6d201be0c55eccdc015124e221d2559a6da7fef0.tar.bz2 |
Part 1 of removing PathSTring. I scrubbed files that are not
in chron's CL to avoid merge.
Review URL: http://codereview.chromium.org/393011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31930 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/util/path_helpers.h')
-rw-r--r-- | chrome/browser/sync/util/path_helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/util/path_helpers.h b/chrome/browser/sync/util/path_helpers.h index 5ebf465..c212fa8 100644 --- a/chrome/browser/sync/util/path_helpers.h +++ b/chrome/browser/sync/util/path_helpers.h @@ -75,6 +75,6 @@ class PathSegmentIterator : public std::iterator<std::forward_iterator_tag, // on mac/linux we let names stay unicode normalization form C in the system // and convert to another normal form in fuse handlers. but, if a '/' is in // a filename, we handle it here. -PathString MakePathComponentOSLegal(const PathString& component); +std::string MakePathComponentOSLegal(const std::string& component); #endif // CHROME_BROWSER_SYNC_UTIL_PATH_HELPERS_H_ |