Remove unused using decls.

This commit is contained in:
Haojian Wu 2016-07-09 22:24:40 +02:00
parent bf9d2b7fa9
commit b85c3b5e7f
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 {