Index: chrome/browser/apps/ephemeral_app_browsertest.h |
diff --git a/chrome/browser/apps/ephemeral_app_browsertest.h b/chrome/browser/apps/ephemeral_app_browsertest.h |
index 02a33230a22edf790994c113642595bc139633f2..912af8ebafec408a30b6b97ce72ebfa3d3519a69 100644 |
--- a/chrome/browser/apps/ephemeral_app_browsertest.h |
+++ b/chrome/browser/apps/ephemeral_app_browsertest.h |
@@ -27,8 +27,8 @@ class EphemeralAppTestBase : public extensions::PlatformAppBrowserTest { |
EphemeralAppTestBase(); |
virtual ~EphemeralAppTestBase(); |
- virtual void SetUpCommandLine(base::CommandLine* command_line) override; |
- virtual void SetUpOnMainThread() override; |
+ void SetUpCommandLine(base::CommandLine* command_line) override; |
+ void SetUpOnMainThread() override; |
protected: |
base::FilePath GetTestPath(const char* test_path); |