Fix cpplint warnings.

This commit is contained in:
Cheng Zhao 2014-08-27 21:16:45 +08:00
parent b6c2e7ef76
commit 39b98b0e4d
2 changed files with 6 additions and 0 deletions

View file

@ -4,6 +4,9 @@
#include "atom/app/atom_content_client.h"
#include <string>
#include <vector>
namespace atom {
AtomContentClient::AtomContentClient() {

View file

@ -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 {