Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Unified Diff: ppapi/tests/test_flash_fullscreen_for_browser_ui.h

Issue 1097393007: Update {virtual,override} to follow C++11 style in ppapi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split off one file into separate review. Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/shared_impl/var_tracker_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_flash_fullscreen_for_browser_ui.h
diff --git a/ppapi/tests/test_flash_fullscreen_for_browser_ui.h b/ppapi/tests/test_flash_fullscreen_for_browser_ui.h
index 5c1a263a666e8fdcaaa1da03353243d3a79cc4ff..0ae374178e84aed9efaeb69f3b0a1b1c1bd4ac0f 100644
--- a/ppapi/tests/test_flash_fullscreen_for_browser_ui.h
+++ b/ppapi/tests/test_flash_fullscreen_for_browser_ui.h
@@ -29,13 +29,13 @@
class TestFlashFullscreenForBrowserUI : public TestCase {
public:
explicit TestFlashFullscreenForBrowserUI(TestingInstance* instance);
- virtual ~TestFlashFullscreenForBrowserUI();
+ ~TestFlashFullscreenForBrowserUI() override;
// TestCase implementation.
- virtual bool Init() override;
- virtual void RunTests(const std::string& filter) override;
- virtual void DidChangeView(const pp::View& view) override;
- virtual bool HandleInputEvent(const pp::InputEvent& event) override;
+ bool Init() override;
+ void RunTests(const std::string& filter) override;
+ void DidChangeView(const pp::View& view) override;
+ bool HandleInputEvent(const pp::InputEvent& event) override;
private:
std::string TestEnterFullscreen();
« no previous file with comments | « ppapi/shared_impl/var_tracker_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698