Fix compilation errors on Linux

This commit is contained in:
Cheng Zhao 2016-05-23 15:08:20 +09:00
parent 0a5c4b8ced
commit 4ccf4394d7
3 changed files with 7 additions and 2 deletions

View file

@ -5,6 +5,8 @@
#ifndef BRIGHTRAY_COMMON_MAIN_DELEGATE_H_
#define BRIGHTRAY_COMMON_MAIN_DELEGATE_H_
#include <memory>
#include "base/macros.h"
#include "content/public/app/content_main_delegate.h"