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

Unified Diff: Source/platform/audio/HRTFPanner.h

Issue 631803002: Replacing the OVERRIDE with override and FINAL with final (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase issue 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
« no previous file with comments | « Source/platform/audio/HRTFDatabaseLoader.h ('k') | Source/platform/audio/MultiChannelResampler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/HRTFPanner.h
diff --git a/Source/platform/audio/HRTFPanner.h b/Source/platform/audio/HRTFPanner.h
index e643a83f2d732a9f74a30edf8f441593230a0e7d..427a40ec9c1358c2fa07b60dfbfbbcdf431a3f76 100644
--- a/Source/platform/audio/HRTFPanner.h
+++ b/Source/platform/audio/HRTFPanner.h
@@ -32,7 +32,7 @@
namespace blink {
-class PLATFORM_EXPORT HRTFPanner FINAL : public Panner {
+class PLATFORM_EXPORT HRTFPanner final : public Panner {
public:
HRTFPanner(float sampleRate, HRTFDatabaseLoader*);
virtual ~HRTFPanner();
« no previous file with comments | « Source/platform/audio/HRTFDatabaseLoader.h ('k') | Source/platform/audio/MultiChannelResampler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698