Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 /* | |
| 2 * Copyright 2015 Google Inc. | |
| 3 * | |
| 4 * Use of this source code is governed by a BSD-style license that can be | |
| 5 * found in the LICENSE file. | |
| 6 */ | |
| 7 #ifndef TempDir_DEFINED | |
| 8 #define TempDir_DEFINED | |
| 9 | |
| 10 #include "SkString.h" | |
| 11 | |
| 12 namespace sk_tools { | |
| 13 | |
| 14 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.
| |
| 15 | |
| 16 } // namespace | |
| 17 | |
| 18 #endif // TempDir_DEFINED | |
| OLD | NEW |