Fix cpplint warnings.
This commit is contained in:
parent
b6c2e7ef76
commit
39b98b0e4d
2 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
|||
|
||||
#include "atom/app/atom_content_client.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace atom {
|
||||
|
||||
AtomContentClient::AtomContentClient() {
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
#ifndef ATOM_APP_ATOM_CONTENT_CLIENT_H_
|
||||
#define ATOM_APP_ATOM_CONTENT_CLIENT_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "brightray/common/content_client.h"
|
||||
|
||||
namespace atom {
|
||||
|
|
Loading…
Reference in a new issue