Fix whitespace/comment errors

This commit is contained in:
Adam Roben 2013-11-17 18:56:07 -05:00
parent 84ae61744d
commit 6aec3006e6
4 changed files with 4 additions and 4 deletions

View file

@ -181,4 +181,4 @@ void MediaCaptureDevicesDispatcher::UpdateVideoDevicesOnUIThread(
video_devices_ = devices;
}
} // namespace brightray
} // namespace brightray

View file

@ -97,6 +97,6 @@ class MediaCaptureDevicesDispatcher : public content::MediaObserver {
DISALLOW_COPY_AND_ASSIGN(MediaCaptureDevicesDispatcher);
};
} // namespace brightray
} // namespace brightray
#endif // BRIGHTRAY_BROWSER_MEDIA_MEDIA_CAPTURE_DEVICES_DISPATCHER_H_

View file

@ -159,4 +159,4 @@ void MediaStreamDevicesController::Deny() {
cb.Run(content::MediaStreamDevices(), scoped_ptr<content::MediaStreamUI>());
}
} // namespace brightray
} // namespace brightray

View file

@ -39,6 +39,6 @@ class MediaStreamDevicesController {
DISALLOW_COPY_AND_ASSIGN(MediaStreamDevicesController);
};
} // namespace brightray
} // namespace brightray
#endif // BRIGHTRAY_BROWSER_MEDIA_MEDIA_STREAM_DEVICES_CONTROLLER_H_