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

Unified Diff: content/browser/histogram_synchronizer.h

Issue 11268002: Fix places where "request" is misspelled "requst". Surprisingly, there are several. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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 | « chrome/browser/history/history.h ('k') | net/ocsp/nss_ocsp.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « chrome/browser/history/history.h ('k') | net/ocsp/nss_ocsp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698