| Index: test/scoped_temp_dir.h
|
| diff --git a/util/test/scoped_temp_dir.h b/test/scoped_temp_dir.h
|
| similarity index 93%
|
| rename from util/test/scoped_temp_dir.h
|
| rename to test/scoped_temp_dir.h
|
| index df9a4b7b8c4f5f71aebe6b592ab292b8756e2772..781975cd00af4340e740398bee6ca7c92aea5ecf 100644
|
| --- a/util/test/scoped_temp_dir.h
|
| +++ b/test/scoped_temp_dir.h
|
| @@ -12,8 +12,8 @@
|
| // See the License for the specific language governing permissions and
|
| // limitations under the License.
|
|
|
| -#ifndef CRASHPAD_UTIL_TEST_SCOPED_TEMP_DIR_
|
| -#define CRASHPAD_UTIL_TEST_SCOPED_TEMP_DIR_
|
| +#ifndef CRASHPAD_TEST_SCOPED_TEMP_DIR_
|
| +#define CRASHPAD_TEST_SCOPED_TEMP_DIR_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/files/file_path.h"
|
| @@ -61,4 +61,4 @@ class ScopedTempDir {
|
| } // namespace test
|
| } // namespace crashpad
|
|
|
| -#endif // CRASHPAD_UTIL_TEST_SCOPED_TEMP_DIR_
|
| +#endif // CRASHPAD_TEST_SCOPED_TEMP_DIR_
|
|
|