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

Unified Diff: chrome/common/ipc_test_sink.h

Issue 1161006: Make it clear what last_sync_timestamp actually tracks. Update (Closed)
Patch Set: Undo accidental patch-juggling mistake. 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
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/resource_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/ipc_test_sink.h
diff --git a/chrome/common/ipc_test_sink.h b/chrome/common/ipc_test_sink.h
index ec1e70c59ec1a2c373545fad9e48b24daf6a424b..973fc71925092aa0f8ac261a25b5794d45b31262 100644
--- a/chrome/common/ipc_test_sink.h
+++ b/chrome/common/ipc_test_sink.h
@@ -39,7 +39,7 @@ namespace IPC {
// test_sink.ClearMessages();
//
// To hook up the sink, all you need to do is call OnMessageReceived when a
-// message is recieved.
+// message is received.
class TestSink {
public:
TestSink();
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/resource_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698