Fix typos

This commit is contained in:
Adam Roben 2013-07-31 11:52:21 -07:00
parent 2595335045
commit c2623d2bdc
2 changed files with 2 additions and 2 deletions

View file

@ -83,4 +83,4 @@ void MediaStreamDevicesController::Deny() {
scoped_ptr<content::MediaStreamUI>());
}
} // namespace atom
} // namespace brightray

View file

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