| Index: content/browser/fileapi/sandbox_directory_database_unittest.cc | 
| diff --git a/content/browser/fileapi/sandbox_directory_database_unittest.cc b/content/browser/fileapi/sandbox_directory_database_unittest.cc | 
| index 35391077db1f619c7b46947cd2e1d0a2fa4a2ff2..77525f2846315f574e417375751edf89cd50809b 100644 | 
| --- a/content/browser/fileapi/sandbox_directory_database_unittest.cc | 
| +++ b/content/browser/fileapi/sandbox_directory_database_unittest.cc | 
| @@ -113,9 +113,7 @@ class SandboxDirectoryDatabaseTest : public testing::Test { | 
| FilePathToString(path().Append(kDirectoryDatabaseName))); | 
| } | 
|  | 
| -  const base::FilePath& path() { | 
| -    return base_.path(); | 
| -  } | 
| +  const base::FilePath& path() { return base_.GetPath(); } | 
|  | 
| // Makes link from |parent_id| to |child_id| with |name|. | 
| void MakeHierarchyLink(FileId parent_id, | 
|  |