Skip to content

Commit

Permalink
Remove ScopedTempDir::path()
Browse files Browse the repository at this point in the history
path() is deprecated and was replaced by GetPath().

For more context, see https://codereview.chromium.org/2275553005/.

BUG=640599
R=danakj@chromium.org

Review-Url: https://codereview.chromium.org/2321603002
Cr-Commit-Position: refs/heads/master@{#422121}
  • Loading branch information
vabr authored and Commit bot committed Sep 30, 2016
1 parent 163c564 commit 7987704
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions base/files/scoped_temp_dir.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ class BASE_EXPORT ScopedTempDir {
// when this object goes out of scope.
FilePath Take();

// DEPRECATED: Use GetPath instead. See https://crbug.com/640599 for more
// info.
const FilePath& path() const { return path_; }

// Returns the path to the created directory. Call one of the
// CreateUniqueTempDir* methods before getting the path.
const FilePath& GetPath() const;
Expand Down

0 comments on commit 7987704

Please sign in to comment.