Remove unused using namespace declaration.

This commit is contained in:
Haojian Wu 2017-03-30 21:30:13 +02:00
parent 424078cfdb
commit e4c571fc68

View file

@ -8,8 +8,6 @@
#include "content/public/browser/render_widget_host_view.h"
#include "ui/gfx/mac/scoped_cocoa_disable_screen_updates.h"
using namespace brightray;
@implementation BRYInspectableWebContentsView
- (instancetype)initWithInspectableWebContentsViewMac:(InspectableWebContentsViewMac*)view {