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

Unified Diff: util/misc/shared_pdb_structures.cc

Issue 1311003003: Implement ModuleSnapshotWin::UUID (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: . 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
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

Powered by Google App Engine
This is Rietveld 408576698