Use base::FilePath
This commit is contained in:
parent
c77e07bc15
commit
9d62b196d3
3 changed files with 6 additions and 6 deletions
|
@ -655,11 +655,11 @@ void App::OnGpuProcessCrashed(base::TerminationStatus status) {
|
|||
status == base::TERMINATION_STATUS_PROCESS_WAS_KILLED);
|
||||
}
|
||||
|
||||
std::string App::GetAppPath() {
|
||||
base::FilePath App::GetAppPath() {
|
||||
return app_path_;
|
||||
}
|
||||
|
||||
void App::SetAppPath(const std::string& app_path) {
|
||||
void App::SetAppPath(const base::FilePath& app_path) {
|
||||
app_path_ = app_path;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue