| Index: test/mac/dyld.h
|
| diff --git a/util/test/mac/dyld.h b/test/mac/dyld.h
|
| similarity index 88%
|
| rename from util/test/mac/dyld.h
|
| rename to test/mac/dyld.h
|
| index 068e8deb2fb06a945464ff708f41721310eb1c02..e436c5d13c639763300a58b0b1267bcccb5b2793 100644
|
| --- a/util/test/mac/dyld.h
|
| +++ b/test/mac/dyld.h
|
| @@ -12,8 +12,8 @@
|
| // See the License for the specific language governing permissions and
|
| // limitations under the License.
|
|
|
| -#ifndef CRASHPAD_UTIL_TEST_MAC_DYLD_H_
|
| -#define CRASHPAD_UTIL_TEST_MAC_DYLD_H_
|
| +#ifndef CRASHPAD_TEST_MAC_DYLD_H_
|
| +#define CRASHPAD_TEST_MAC_DYLD_H_
|
|
|
| #include <mach-o/dyld_images.h>
|
|
|
| @@ -26,4 +26,4 @@ const struct dyld_all_image_infos* _dyld_get_all_image_infos();
|
|
|
| } // extern "C"
|
|
|
| -#endif // CRASHPAD_UTIL_TEST_MAC_DYLD_H_
|
| +#endif // CRASHPAD_TEST_MAC_DYLD_H_
|
|
|