Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1098)

Unified Diff: test/scoped_temp_dir_test.cc

Issue 1051533002: test: Move util/test to its own top-level directory, test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Rebase Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « test/scoped_temp_dir_posix.cc ('k') | test/scoped_temp_dir_win.cc » ('j') | util/util_test.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698