Fix cpplint errors in inspectable_web_contents_view.h

This commit is contained in:
Adam Roben 2013-11-17 18:23:13 -05:00
parent 877a1f0371
commit ea689b31a4

View file

@ -1,12 +1,14 @@
#ifndef BRIGHTRAY_BROWSER_INSPECTABLE_WEB_CONTENTS_VIEW_H_
#define BRIGHTRAY_BROWSER_INSPECTABLE_WEB_CONTENTS_VIEW_H_
#include <string>
#include "ui/gfx/native_widget_types.h"
namespace brightray {
class InspectableWebContentsView {
public:
public:
virtual ~InspectableWebContentsView() {}
virtual gfx::NativeView GetNativeView() const = 0;