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

Unified Diff: test/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/multiprocess.h
diff --git a/util/test/multiprocess.h b/test/multiprocess.h
similarity index 98%
rename from util/test/multiprocess.h
rename to test/multiprocess.h
index 0672b7aa628c66933638b8e41980bc892a3c0138..bbfbca31291e8643904205a677b2a572f07914d4 100644
--- a/util/test/multiprocess.h
+++ b/test/multiprocess.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef CRASHPAD_UTIL_TEST_MULTIPROCESS_H_
-#define CRASHPAD_UTIL_TEST_MULTIPROCESS_H_
+#ifndef CRASHPAD_TEST_MULTIPROCESS_H_
+#define CRASHPAD_TEST_MULTIPROCESS_H_
#include <sys/types.h>
@@ -203,4 +203,4 @@ class Multiprocess {
} // namespace test
} // namespace crashpad
-#endif // CRASHPAD_UTIL_TEST_MULTIPROCESS_H_
+#endif // CRASHPAD_TEST_MULTIPROCESS_H_
« no previous file with comments | « test/mac/mach_multiprocess_test.cc ('k') | test/multiprocess_exec.h » ('j') | util/util_test.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698