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

Unified Diff: src/circular-queue.h

Issue 1514006: C++ profiles processor: put under #ifdef and fix issues. (Closed)
Patch Set: Created 10 years, 9 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: src/circular-queue.h
diff --git a/src/circular-queue.h b/src/circular-queue.h
index dce7fc2ad943b2fe603c59b1f4aab5b18af9edc3..486f10748fdee9a68af978a2d6f1724d49f1c6c8 100644
--- a/src/circular-queue.h
+++ b/src/circular-queue.h
@@ -119,6 +119,8 @@ class SamplingCircularQueue {
byte* positions_;
ProducerPosition* producer_pos_;
ConsumerPosition* consumer_pos_;
+
+ DISALLOW_COPY_AND_ASSIGN(SamplingCircularQueue);
};

Powered by Google App Engine
This is Rietveld 408576698