| Index: remoting/base/resources_unittest.cc
|
| ===================================================================
|
| --- remoting/base/resources_unittest.cc (revision 180901)
|
| +++ remoting/base/resources_unittest.cc (working copy)
|
| @@ -24,11 +24,11 @@
|
|
|
| class ResourcesTest : public testing::Test {
|
| protected:
|
| - void SetUp() OVERRIDE {
|
| + virtual void SetUp() OVERRIDE {
|
| ASSERT_TRUE(LoadResources("en-US"));
|
| }
|
|
|
| - void TearDown() OVERRIDE {
|
| + virtual void TearDown() OVERRIDE {
|
| ui::ResourceBundle::CleanupSharedInstance();
|
| }
|
| };
|
|
|