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

Unified Diff: minidump/test/minidump_context_test_util.h

Issue 663093003: Move minidump/*_test_util.* to minidump/test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 years, 2 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 | « minidump/minidump_thread_writer_test.cc ('k') | minidump/test/minidump_context_test_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: minidump/test/minidump_context_test_util.h
diff --git a/minidump/minidump_context_test_util.h b/minidump/test/minidump_context_test_util.h
similarity index 92%
rename from minidump/minidump_context_test_util.h
rename to minidump/test/minidump_context_test_util.h
index 1db974db699d1caf02fa31a355bfa778e8f27861..53455bcd29d262e08e37c0fd8bcd47faaebe5e1b 100644
--- a/minidump/minidump_context_test_util.h
+++ b/minidump/test/minidump_context_test_util.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef CRASHPAD_MINIDUMP_MINIDUMP_CONTEXT_TEST_UTIL_H_
-#define CRASHPAD_MINIDUMP_MINIDUMP_CONTEXT_TEST_UTIL_H_
+#ifndef CRASHPAD_MINIDUMP_TEST_MINIDUMP_CONTEXT_TEST_UTIL_H_
+#define CRASHPAD_MINIDUMP_TEST_MINIDUMP_CONTEXT_TEST_UTIL_H_
#include <stdint.h>
@@ -58,4 +58,4 @@ void ExpectMinidumpContextAMD64(uint32_t expect_seed,
} // namespace test
} // namespace crashpad
-#endif // CRASHPAD_MINIDUMP_MINIDUMP_CONTEXT_TEST_UTIL_H_
+#endif // CRASHPAD_MINIDUMP_TEST_MINIDUMP_CONTEXT_TEST_UTIL_H_
« no previous file with comments | « minidump/minidump_thread_writer_test.cc ('k') | minidump/test/minidump_context_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698