| Index: util/misc/shared_pdb_structures.cc
|
| diff --git a/util/thread/thread.cc b/util/misc/shared_pdb_structures.cc
|
| similarity index 81%
|
| copy from util/thread/thread.cc
|
| copy to util/misc/shared_pdb_structures.cc
|
| index 04782bb797895566aeba80e901f086f8bbdb2360..f9a75f1fcd5a37a4f2f335112d91f2fdc2e826fd 100644
|
| --- a/util/thread/thread.cc
|
| +++ b/util/misc/shared_pdb_structures.cc
|
| @@ -12,17 +12,11 @@
|
| // See the License for the specific language governing permissions and
|
| // limitations under the License.
|
|
|
| -#include "util/thread/thread.h"
|
| -
|
| -#include "base/logging.h"
|
| +#include "util/misc/shared_pdb_structures.h"
|
|
|
| namespace crashpad {
|
|
|
| -Thread::Thread() : platform_thread_(0) {
|
| -}
|
| -
|
| -Thread::~Thread() {
|
| - DCHECK(!platform_thread_);
|
| -}
|
| +const uint32_t CodeViewRecordPDB20::kSignature;
|
| +const uint32_t CodeViewRecordPDB70::kSignature;
|
|
|
| } // namespace crashpad
|
|
|