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

Unified Diff: test/scoped_temp_dir_posix.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_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 {
« no previous file with comments | « test/scoped_temp_dir.cc ('k') | test/scoped_temp_dir_test.cc » ('j') | util/util_test.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698