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

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

Issue 255363003: Remove all unused include paths from core/DEPS. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 | « Source/core/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/audio/AudioSourceProviderClient.h
diff --git a/Source/platform/audio/AudioSourceProviderClient.h b/Source/platform/audio/AudioSourceProviderClient.h
index 791897928e047c2806b964665140fdfc20767c41..1756424c50f97e3172f3e9733a6a4603cadf9d44 100644
--- a/Source/platform/audio/AudioSourceProviderClient.h
+++ b/Source/platform/audio/AudioSourceProviderClient.h
@@ -30,8 +30,8 @@ namespace WebCore {
class AudioSourceProviderClient {
public:
virtual void setFormat(size_t numberOfChannels, float sampleRate) = 0;
- virtual void lock() { };
- virtual void unlock() { };
+ virtual void lock() { }
+ virtual void unlock() { }
protected:
virtual ~AudioSourceProviderClient() { }
};
« no previous file with comments | « Source/core/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698