Index: test/scoped_temp_dir_test.cc |
diff --git a/util/test/scoped_temp_dir_test.cc b/test/scoped_temp_dir_test.cc |
similarity index 98% |
rename from util/test/scoped_temp_dir_test.cc |
rename to test/scoped_temp_dir_test.cc |
index 9701a69aa946db5771cec8a6554fe7e8ce12e65b..6f3ce3a382b6d34a17b14566764935798149c7c7 100644 |
--- a/util/test/scoped_temp_dir_test.cc |
+++ b/test/scoped_temp_dir_test.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 <errno.h> |
#include <fcntl.h> |
@@ -22,7 +22,7 @@ |
#include "base/posix/eintr_wrapper.h" |
#include "build/build_config.h" |
#include "gtest/gtest.h" |
-#include "util/test/errors.h" |
+#include "test/errors.h" |
#if defined(OS_POSIX) |
#include <unistd.h> |