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

Unified Diff: test/multiprocess_posix_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
« no previous file with comments | « test/multiprocess_posix.cc ('k') | test/paths.h » ('j') | util/util_test.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/multiprocess_posix_test.cc
diff --git a/util/test/multiprocess_posix_test.cc b/test/multiprocess_posix_test.cc
similarity index 99%
rename from util/test/multiprocess_posix_test.cc
rename to test/multiprocess_posix_test.cc
index d0f133dafc86b27ba9ba23951772663916af6ad0..87a42385c3d90b30ef5b150fe2728888ca580340 100644
--- a/util/test/multiprocess_posix_test.cc
+++ b/test/multiprocess_posix_test.cc
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#include "util/test/multiprocess.h"
+#include "test/multiprocess.h"
#include <stdlib.h>
#include <sys/signal.h>
@@ -20,8 +20,8 @@
#include "base/basictypes.h"
#include "gtest/gtest.h"
+#include "test/gtest_death_check.h"
#include "util/file/file_io.h"
-#include "util/test/gtest_death_check.h"
namespace crashpad {
namespace test {
« no previous file with comments | « test/multiprocess_posix.cc ('k') | test/paths.h » ('j') | util/util_test.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698