Chromium Code Reviews| Index: tools/TempDir.h |
| diff --git a/tools/TempDir.h b/tools/TempDir.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9ffcee7fdae8d2f69a612fdbd28ce90223df927d |
| --- /dev/null |
| +++ b/tools/TempDir.h |
| @@ -0,0 +1,18 @@ |
| +/* |
| + * Copyright 2015 Google Inc. |
| + * |
| + * Use of this source code is governed by a BSD-style license that can be |
| + * found in the LICENSE file. |
| + */ |
| +#ifndef TempDir_DEFINED |
| +#define TempDir_DEFINED |
| + |
| +#include "SkString.h" |
| + |
| +namespace sk_tools { |
| + |
| +SkString GetTmpDir(); |
|
mtklein
2015/01/18 22:57:55
I'm sort of skeptical that this is a feature worth
hal.canary
2015/01/20 16:01:52
removed.
|
| + |
| +} // namespace |
| + |
| +#endif // TempDir_DEFINED |