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

Unified Diff: test/mac/mach_multiprocess.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/mac/mach_multiprocess.cc
diff --git a/util/test/mac/mach_multiprocess.cc b/test/mac/mach_multiprocess.cc
similarity index 98%
rename from util/test/mac/mach_multiprocess.cc
rename to test/mac/mach_multiprocess.cc
index c558eb0565405d344c27c9a5211f2fca16b5d4dd..6d68d23c8cad30ed25e1a815908170348becc3d4 100644
--- a/util/test/mac/mach_multiprocess.cc
+++ b/test/mac/mach_multiprocess.cc
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#include "util/test/mac/mach_multiprocess.h"
+#include "test/mac/mach_multiprocess.h"
#include <AvailabilityMacros.h>
#include <bsm/libbsm.h>
@@ -26,12 +26,12 @@
#include "base/memory/scoped_ptr.h"
#include "base/rand_util.h"
#include "gtest/gtest.h"
+#include "test/errors.h"
+#include "test/mac/mach_errors.h"
#include "util/file/file_io.h"
#include "util/mach/mach_extensions.h"
#include "util/mach/mach_message.h"
#include "util/misc/scoped_forbid_return.h"
-#include "util/test/errors.h"
-#include "util/test/mac/mach_errors.h"
namespace {

Powered by Google App Engine
This is Rietveld 408576698