From 2a99a7e74a7f215066514fe81d2bfa6639d9eddd Mon Sep 17 00:00:00 2001 From: "Torne (Richard Coles)" Date: Thu, 28 Mar 2013 15:31:22 +0000 Subject: Merge from Chromium at DEPS revision r190564 This commit was generated by merge_to_master.py. Change-Id: Icadecbce29854b8fa25fd335b2c1949b5ca5d170 --- content/browser/download/download_request_handle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/browser/download/download_request_handle.h') diff --git a/content/browser/download/download_request_handle.h b/content/browser/download/download_request_handle.h index b8deac27fa..de1d8ae83d 100644 --- a/content/browser/download/download_request_handle.h +++ b/content/browser/download/download_request_handle.h @@ -37,7 +37,7 @@ class CONTENT_EXPORT DownloadRequestHandleInterface { // Cancels the request. virtual void CancelRequest() const = 0; - // Describe the object. + // Describes the object. virtual std::string DebugString() const = 0; }; -- cgit v1.2.3