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

Unified Diff: util/misc/pdb_structures.cc

Issue 1311003003: Implement ModuleSnapshotWin::UUID (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: fixes Created 5 years, 4 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 | « util/misc/pdb_structures.h ('k') | util/util.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « util/misc/pdb_structures.h ('k') | util/util.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698