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

Unified Diff: test/multiprocess_exec.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_exec.h
diff --git a/util/test/multiprocess_exec.h b/test/multiprocess_exec.h
similarity index 92%
rename from util/test/multiprocess_exec.h
rename to test/multiprocess_exec.h
index 4f60f8145132ec4cc161d4db06bb4a2e78fbb6e0..2d8f3389e65ab537db995d01df0d54abf51d1e00 100644
--- a/util/test/multiprocess_exec.h
+++ b/test/multiprocess_exec.h
@@ -12,15 +12,15 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef CRASHPAD_UTIL_TEST_MULTIPROCESS_EXEC_H_
-#define CRASHPAD_UTIL_TEST_MULTIPROCESS_EXEC_H_
+#ifndef CRASHPAD_TEST_MULTIPROCESS_EXEC_H_
+#define CRASHPAD_TEST_MULTIPROCESS_EXEC_H_
#include <string>
#include <vector>
#include "base/basictypes.h"
#include "build/build_config.h"
-#include "util/test/multiprocess.h"
+#include "test/multiprocess.h"
namespace crashpad {
namespace test {
@@ -75,4 +75,4 @@ class MultiprocessExec : public Multiprocess {
} // namespace test
} // namespace crashpad
-#endif // CRASHPAD_UTIL_TEST_MULTIPROCESS_EXEC_H_
+#endif // CRASHPAD_TEST_MULTIPROCESS_EXEC_H_
« no previous file with comments | « test/multiprocess.h ('k') | test/multiprocess_exec_posix.cc » ('j') | util/util_test.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698