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

Unified Diff: chrome/test/base/testing_browser_process_platform_part.h

Issue 869753002: Update {virtual,override,final} to follow C++11 style in chrome, round 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix format Created 5 years, 11 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
Index: chrome/test/base/testing_browser_process_platform_part.h
diff --git a/chrome/test/base/testing_browser_process_platform_part.h b/chrome/test/base/testing_browser_process_platform_part.h
index d53b4425afe263cb4735e0d7d8c63a0b2f2870bd..8fd9869afb7ab4d3edabc92abdff6255c528d7d5 100644
--- a/chrome/test/base/testing_browser_process_platform_part.h
+++ b/chrome/test/base/testing_browser_process_platform_part.h
@@ -17,7 +17,7 @@ class TestingBrowserProcessPlatformPart : public BrowserProcessPlatformPart {
#if defined(OS_CHROMEOS)
// Overridden from BrowserProcessPlatformPart:
- virtual chromeos::OomPriorityManager* oom_priority_manager() override;
+ chromeos::OomPriorityManager* oom_priority_manager() override;
#endif
private:
« no previous file with comments | « chrome/browser/notifications/message_center_settings_controller_unittest.cc ('k') | chrome/test/base/testing_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698