Merge pull request #234 from electron/remove-unused-using-decls

Remove unused using decls.
This commit is contained in:
Cheng Zhao 2016-07-10 19:30:11 +09:00 committed by GitHub
commit d6b1814065
2 changed files with 0 additions and 2 deletions

View file

@ -14,7 +14,6 @@
#include "content/public/browser/web_contents.h" #include "content/public/browser/web_contents.h"
#include "content/public/browser/web_ui.h" #include "content/public/browser/web_ui.h"
using content::WebContents;
namespace brightray { namespace brightray {

View file

@ -12,7 +12,6 @@
#include "content/public/browser/browser_thread.h" #include "content/public/browser/browser_thread.h"
#include "content/public/browser/devtools_agent_host.h" #include "content/public/browser/devtools_agent_host.h"
using content::BrowserThread;
namespace brightray { namespace brightray {