| Index: extensions/browser/api_unittest.h
|
| diff --git a/extensions/browser/api_unittest.h b/extensions/browser/api_unittest.h
|
| index 328ef9f99634f9a3497762343292c6d8d8ed78fa..f5473bf44d31ec4e8a27f711e2f0e09dfb3b30ec 100644
|
| --- a/extensions/browser/api_unittest.h
|
| +++ b/extensions/browser/api_unittest.h
|
| @@ -47,7 +47,7 @@ class ApiUnitTest : public ExtensionsTest {
|
|
|
| protected:
|
| // SetUp creates and loads an empty, unpacked Extension.
|
| - virtual void SetUp() OVERRIDE;
|
| + virtual void SetUp() override;
|
|
|
| // Various ways of running an API function. These methods take ownership of
|
| // |function|. |args| should be in JSON format, wrapped in a list.
|
|
|