fix cpplint warning

This commit is contained in:
Robo 2015-12-21 18:24:55 +05:30
parent d162180196
commit 61004f0e46
4 changed files with 3 additions and 4 deletions

View file

@ -49,7 +49,6 @@
#include "content/public/browser/site_instance.h"
#include "content/public/browser/web_contents.h"
#include "content/public/common/context_menu_params.h"
#include "native_mate/converter.h"
#include "native_mate/dictionary.h"
#include "native_mate/object_template_builder.h"
#include "net/http/http_response_headers.h"

View file

@ -17,7 +17,7 @@ struct WebFindOptions;
struct WebFloatPoint;
struct WebPoint;
struct WebSize;
}
} // namespace blink
namespace content {
struct NativeWebKeyboardEvent;