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

Unified Diff: test/mac/mach_multiprocess.h

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.h
diff --git a/util/test/mac/mach_multiprocess.h b/test/mac/mach_multiprocess.h
similarity index 95%
rename from util/test/mac/mach_multiprocess.h
rename to test/mac/mach_multiprocess.h
index 85139d56b093f2f38a8fe8e06725a843051865df..18324d427e5e28db4a35b339d9ff4e29e7bbf219 100644
--- a/util/test/mac/mach_multiprocess.h
+++ b/test/mac/mach_multiprocess.h
@@ -12,14 +12,14 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef CRASHPAD_UTIL_TEST_MAC_MACH_MULTIPROCESS_H_
-#define CRASHPAD_UTIL_TEST_MAC_MACH_MULTIPROCESS_H_
+#ifndef CRASHPAD_TEST_MAC_MACH_MULTIPROCESS_H_
+#define CRASHPAD_TEST_MAC_MACH_MULTIPROCESS_H_
#include <mach/mach.h>
#include <unistd.h>
#include "base/basictypes.h"
-#include "util/test/multiprocess.h"
+#include "test/multiprocess.h"
namespace crashpad {
namespace test {
@@ -117,4 +117,4 @@ class MachMultiprocess : public Multiprocess {
} // namespace test
} // namespace crashpad
-#endif // CRASHPAD_UTIL_TEST_MAC_MACH_MULTIPROCESS_H_
+#endif // CRASHPAD_TEST_MAC_MACH_MULTIPROCESS_H_
« no previous file with comments | « test/mac/mach_errors.cc ('k') | test/mac/mach_multiprocess.cc » ('j') | util/util_test.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698