Index: content/browser/histogram_synchronizer.h |
=================================================================== |
--- content/browser/histogram_synchronizer.h (revision 163741) |
+++ content/browser/histogram_synchronizer.h (working copy) |
@@ -118,7 +118,7 @@ |
void InternalPostTask(MessageLoop* thread, const base::Closure& callback); |
// Gets a new sequence number to be sent to processes from browser process. |
- int GetNextAvailableSequenceNumber(ProcessHistogramRequester requster); |
+ int GetNextAvailableSequenceNumber(ProcessHistogramRequester requester); |
// This lock_ protects access to all members. |
base::Lock lock_; |