Little formating on app.getDataPath.
This commit is contained in:
parent
73bb05e530
commit
78afa29ade
2 changed files with 6 additions and 9 deletions
|
@ -79,10 +79,8 @@ base::FilePath App::GetDataPath() {
|
|||
CHECK(PathService::Get(base::DIR_APP_DATA, &path));
|
||||
#endif
|
||||
|
||||
base::FilePath data_path = path.Append(
|
||||
base::FilePath::FromUTF8Unsafe(Browser::Get()->GetName()));
|
||||
|
||||
return data_path;
|
||||
return path.Append(base::FilePath::FromUTF8Unsafe(
|
||||
Browser::Get()->GetName()));
|
||||
}
|
||||
|
||||
mate::ObjectTemplateBuilder App::GetObjectTemplateBuilder(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue