| Index: chrome/browser/component_updater/component_updater_resource_throttle.cc
|
| diff --git a/chrome/browser/component_updater/component_updater_resource_throttle.cc b/chrome/browser/component_updater/component_updater_resource_throttle.cc
|
| index c98fc5f6168bb07be5c44db9207b43968c33be0d..53b8c790a34f556ba613e5b7c9e345958e440d6a 100644
|
| --- a/chrome/browser/component_updater/component_updater_resource_throttle.cc
|
| +++ b/chrome/browser/component_updater/component_updater_resource_throttle.cc
|
| @@ -31,9 +31,9 @@ class CUResourceThrottle : public content::ResourceThrottle,
|
| virtual ~CUResourceThrottle();
|
|
|
| // Overriden from ResourceThrottle.
|
| - virtual void WillStartRequest(bool* defer) OVERRIDE;
|
| - virtual void WillRedirectRequest(const GURL& new_url, bool* defer) OVERRIDE;
|
| - virtual const char* GetNameForLogging() const OVERRIDE;
|
| + virtual void WillStartRequest(bool* defer) override;
|
| + virtual void WillRedirectRequest(const GURL& new_url, bool* defer) override;
|
| + virtual const char* GetNameForLogging() const override;
|
|
|
| // Component updater calls this function via PostTask to unblock the request.
|
| void Unblock();
|
|
|