Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / media / audio / cras / cras_input_unittest.cc
index 7081a98..4113f58 100644 (file)
@@ -41,7 +41,7 @@ class MockAudioManagerCrasInput : public AudioManagerCras {
   // of active output streams. It is because the number of active streams
   // is managed inside MakeAudioInputStream, and we don't use
   // MakeAudioInputStream to create the stream in the tests.
-  virtual void ReleaseInputStream(AudioInputStream* stream) OVERRIDE {
+  virtual void ReleaseInputStream(AudioInputStream* stream) override {
     DCHECK(stream);
     delete stream;
   }