| Index: test/thread.h
|
| diff --git a/util/test/thread.h b/test/thread.h
|
| similarity index 93%
|
| rename from util/test/thread.h
|
| rename to test/thread.h
|
| index 4fc249e885a2094d25c2888288bc79bedd6695f9..46fe1e8ebaa1eb0d69a0735313832b6280ce7f14 100644
|
| --- a/util/test/thread.h
|
| +++ b/test/thread.h
|
| @@ -12,8 +12,8 @@
|
| // See the License for the specific language governing permissions and
|
| // limitations under the License.
|
|
|
| -#ifndef CRASHPAD_UTIL_TEST_THREAD_H_
|
| -#define CRASHPAD_UTIL_TEST_THREAD_H_
|
| +#ifndef CRASHPAD_TEST_THREAD_H_
|
| +#define CRASHPAD_TEST_THREAD_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "build/build_config.h"
|
| @@ -67,4 +67,4 @@ class Thread {
|
| } // namespace test
|
| } // namespace crashpad
|
|
|
| -#endif // CRASHPAD_UTIL_TEST_THREAD_H_
|
| +#endif // CRASHPAD_TEST_THREAD_H_
|
|
|