Index: util/misc/pdb_structures.cc |
diff --git a/util/thread/thread.cc b/util/misc/pdb_structures.cc |
similarity index 81% |
copy from util/thread/thread.cc |
copy to util/misc/pdb_structures.cc |
index 04782bb797895566aeba80e901f086f8bbdb2360..c62f11c0e362e19133e644c19d3713847b9e10e4 100644 |
--- a/util/thread/thread.cc |
+++ b/util/misc/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/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 |