blob: 7ad07e39cd582cc7a177fa0db498cb7598713340 [file] [log] [blame]
// Copyright 2018 The Goma Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef DEVTOOLS_GOMA_CLIENT_MYPATH_HELPER_H_
#define DEVTOOLS_GOMA_CLIENT_MYPATH_HELPER_H_
#include <string>
using std::string;
namespace devtools_goma {
string GetPlatformSpecificTempDirectory();
} // namespace devtools_goma
#endif // DEVTOOLS_GOMA_CLIENT_MYPATH_HELPER_H_