| Index: chrome/browser/task_manager/guest_information.cc
|
| diff --git a/chrome/browser/task_manager/guest_information.cc b/chrome/browser/task_manager/guest_information.cc
|
| index 4d3ccacad08faf12e66e4fbce93c8bc140348d6f..ed98b63befe3d5dbbf63d07506950578bb040371 100644
|
| --- a/chrome/browser/task_manager/guest_information.cc
|
| +++ b/chrome/browser/task_manager/guest_information.cc
|
| @@ -40,10 +40,10 @@ class GuestResource : public RendererResource {
|
| virtual ~GuestResource();
|
|
|
| // Resource methods:
|
| - virtual Type GetType() const OVERRIDE;
|
| - virtual base::string16 GetTitle() const OVERRIDE;
|
| - virtual gfx::ImageSkia GetIcon() const OVERRIDE;
|
| - virtual content::WebContents* GetWebContents() const OVERRIDE;
|
| + virtual Type GetType() const override;
|
| + virtual base::string16 GetTitle() const override;
|
| + virtual gfx::ImageSkia GetIcon() const override;
|
| + virtual content::WebContents* GetWebContents() const override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(GuestResource);
|
|
|