| Index: test/scoped_temp_dir_posix.cc
|
| diff --git a/util/test/scoped_temp_dir_posix.cc b/test/scoped_temp_dir_posix.cc
|
| similarity index 96%
|
| rename from util/test/scoped_temp_dir_posix.cc
|
| rename to test/scoped_temp_dir_posix.cc
|
| index c906d78095f82ee4702a373b5291f0daf8372b24..2618dc8d378ddcbee53ab2a87c12addda96d7e22 100644
|
| --- a/util/test/scoped_temp_dir_posix.cc
|
| +++ b/test/scoped_temp_dir_posix.cc
|
| @@ -12,7 +12,7 @@
|
| // See the License for the specific language governing permissions and
|
| // limitations under the License.
|
|
|
| -#include "util/test/scoped_temp_dir.h"
|
| +#include "test/scoped_temp_dir.h"
|
|
|
| #include <dirent.h>
|
| #include <string.h>
|
| @@ -20,7 +20,7 @@
|
|
|
| #include "base/logging.h"
|
| #include "gtest/gtest.h"
|
| -#include "util/test/errors.h"
|
| +#include "test/errors.h"
|
|
|
| namespace crashpad {
|
| namespace test {
|
|
|