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

Unified Diff: minidump/test/minidump_memory_writer_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/test/minidump_file_writer_test_util.cc ('k') | minidump/test/minidump_memory_writer_test_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: minidump/test/minidump_memory_writer_test_util.h
diff --git a/minidump/minidump_memory_writer_test_util.h b/minidump/test/minidump_memory_writer_test_util.h
similarity index 94%
rename from minidump/minidump_memory_writer_test_util.h
rename to minidump/test/minidump_memory_writer_test_util.h
index 5299f68708c30e5e4efa8d5003cc35cac79956b7..8e4a01b6b11f6e819ce021a94a8611d23b7d2e89 100644
--- a/minidump/minidump_memory_writer_test_util.h
+++ b/minidump/test/minidump_memory_writer_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_MEMORY_WRITER_TEST_UTIL_H_
-#define CRASHPAD_MINIDUMP_MINIDUMP_MEMORY_WRITER_TEST_UTIL_H_
+#ifndef CRASHPAD_MINIDUMP_TEST_MINIDUMP_MEMORY_WRITER_TEST_UTIL_H_
+#define CRASHPAD_MINIDUMP_TEST_MINIDUMP_MEMORY_WRITER_TEST_UTIL_H_
#include "minidump/minidump_memory_writer.h"
@@ -101,4 +101,4 @@ void ExpectMinidumpMemoryDescriptorAndContents(
} // namespace test
} // namespace crashpad
-#endif // CRASHPAD_MINIDUMP_MINIDUMP_MEMORY_WRITER_TEST_UTIL_H_
+#endif // CRASHPAD_MINIDUMP_TEST_MINIDUMP_MEMORY_WRITER_TEST_UTIL_H_
« no previous file with comments | « minidump/test/minidump_file_writer_test_util.cc ('k') | minidump/test/minidump_memory_writer_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698