From 61004f0e46cbeb4be7cf71dae36a13a1c463f39a Mon Sep 17 00:00:00 2001 From: Robo Date: Mon, 21 Dec 2015 18:24:55 +0530 Subject: [PATCH] fix cpplint warning --- atom/browser/api/atom_api_web_contents.cc | 1 - atom/common/native_mate_converters/blink_converter.h | 2 +- docs/api/web-contents.md | 2 +- docs/api/web-view-tag.md | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/atom/browser/api/atom_api_web_contents.cc b/atom/browser/api/atom_api_web_contents.cc index 995774376e96..037663db4758 100644 --- a/atom/browser/api/atom_api_web_contents.cc +++ b/atom/browser/api/atom_api_web_contents.cc @@ -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" diff --git a/atom/common/native_mate_converters/blink_converter.h b/atom/common/native_mate_converters/blink_converter.h index 5e715c631783..6a3601929214 100644 --- a/atom/common/native_mate_converters/blink_converter.h +++ b/atom/common/native_mate_converters/blink_converter.h @@ -17,7 +17,7 @@ struct WebFindOptions; struct WebFloatPoint; struct WebPoint; struct WebSize; -} +} // namespace blink namespace content { struct NativeWebKeyboardEvent; diff --git a/docs/api/web-contents.md b/docs/api/web-contents.md index 3d903a8414d8..f856b9229c1d 100644 --- a/docs/api/web-contents.md +++ b/docs/api/web-contents.md @@ -457,7 +457,7 @@ obtained by subscribing to [`found-in-page`](web-contents.md#event-found-in-page ### `webContents.stopFindInPage(action)` * `action` String - Specifies the action to take place when ending - [`webContents.findInPage `](web-contents.md#webcontentfindinpage) request. + [`webContents.findInPage`](web-contents.md#webcontentfindinpage) request. * `clearSelection` - Translate the selection into a normal selection. * `keepSelection` - Clear the selection. * `activateSelection` - Focus and click the selection node. diff --git a/docs/api/web-view-tag.md b/docs/api/web-view-tag.md index a65bc6063642..ea99358290b0 100644 --- a/docs/api/web-view-tag.md +++ b/docs/api/web-view-tag.md @@ -371,7 +371,7 @@ obtained by subscribing to [`found-in-page`](web-view-tag.md#event-found-in-page ### `.stopFindInPage(action)` * `action` String - Specifies the action to take place when ending - [`.findInPage `](web-view-tag.md#webviewtagfindinpage) request. + [`.findInPage`](web-view-tag.md#webviewtagfindinpage) request. * `clearSelection` - Translate the selection into a normal selection. * `keepSelection` - Clear the selection. * `activateSelection` - Focus and click the selection node.