diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-05 23:59:36 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-05 23:59:36 +0000 |
commit | 5e207883834dc8a2ea39684e79e6b29d46c4013b (patch) | |
tree | f63a447bff245151fc8b1d1f6a061b429e5708d2 /base/file_path.h | |
parent | 345e1b89c38bf19ebce483ae5392474bbf63ae59 (diff) | |
download | chromium_src-5e207883834dc8a2ea39684e79e6b29d46c4013b.zip chromium_src-5e207883834dc8a2ea39684e79e6b29d46c4013b.tar.gz chromium_src-5e207883834dc8a2ea39684e79e6b29d46c4013b.tar.bz2 |
Keep trying to undo 7564.
tbr=jhawkins
Review URL: http://codereview.chromium.org/17062
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7572 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/file_path.h')
-rw-r--r-- | base/file_path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/file_path.h b/base/file_path.h index 9ba42d3..cadf2cf 100644 --- a/base/file_path.h +++ b/base/file_path.h @@ -146,7 +146,7 @@ class FilePath { // object, either a file or a directory. If this object already refers to // the root directory, returns a FilePath identifying the root directory; // this is the only situation in which BaseName will return an absolute path. - StringType BaseName() const; + FilePath BaseName() const; // Returns a FilePath by appending a separator and the supplied path // component to this object's path. Append takes care to avoid adding |