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

Unified Diff: chrome/browser/chromeos/extensions/wallpaper_api.h

Issue 623293003: replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: run git cl format on echo_dialog_view.h Created 6 years, 2 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/browser/chromeos/extensions/wallpaper_api.h
diff --git a/chrome/browser/chromeos/extensions/wallpaper_api.h b/chrome/browser/chromeos/extensions/wallpaper_api.h
index 493ff551e128455783334355fc1271926cdfa10b..8d16b39c2a9de83c7517c4192aa3cdf97f0e32e8 100644
--- a/chrome/browser/chromeos/extensions/wallpaper_api.h
+++ b/chrome/browser/chromeos/extensions/wallpaper_api.h
@@ -29,10 +29,10 @@ class WallpaperSetWallpaperFunction : public WallpaperFunctionBase {
virtual ~WallpaperSetWallpaperFunction();
// AsyncExtensionFunction overrides.
- virtual bool RunAsync() OVERRIDE;
+ virtual bool RunAsync() override;
private:
- virtual void OnWallpaperDecoded(const gfx::ImageSkia& image) OVERRIDE;
+ virtual void OnWallpaperDecoded(const gfx::ImageSkia& image) override;
// Generates thumbnail of custom wallpaper. A simple STRETCH is used for
// generating thumbnail.
« no previous file with comments | « chrome/browser/chromeos/extensions/virtual_keyboard_browsertest.h ('k') | chrome/browser/chromeos/extensions/wallpaper_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698