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

Unified Diff: content/renderer/pepper/pepper_audio_input_host.h

Issue 225903006: PPAPI: Run clang_format.py on content/renderer/pepper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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: content/renderer/pepper/pepper_audio_input_host.h
diff --git a/content/renderer/pepper/pepper_audio_input_host.h b/content/renderer/pepper/pepper_audio_input_host.h
index 70c430329f920587e548c6c5cea96666ef746934..213fc3751c46028eb56a76d37990655427cc3655 100644
--- a/content/renderer/pepper/pepper_audio_input_host.h
+++ b/content/renderer/pepper/pepper_audio_input_host.h
@@ -44,8 +44,7 @@ class PepperAudioInputHost : public ppapi::host::ResourceHost {
const std::string& device_id,
PP_AudioSampleRate sample_rate,
uint32_t sample_frame_count);
- int32_t OnStartOrStop(ppapi::host::HostMessageContext* context,
- bool capture);
+ int32_t OnStartOrStop(ppapi::host::HostMessageContext* context, bool capture);
int32_t OnClose(ppapi::host::HostMessageContext* context);
void OnOpenComplete(int32_t result,

Powered by Google App Engine
This is Rietveld 408576698