summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjamesr <jamesr@chromium.org>2014-11-24 21:37:18 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-25 05:38:14 +0000
commitae9169e81c6eb067f1cc9a013e59cec732a3d307 (patch)
tree9636f444b55a353eece1628789a7e1efa9c07569
parentf8530e9a22cdbad4522ba678098c032aa462722d (diff)
downloadchromium_src-ae9169e81c6eb067f1cc9a013e59cec732a3d307.zip
chromium_src-ae9169e81c6eb067f1cc9a013e59cec732a3d307.tar.gz
chromium_src-ae9169e81c6eb067f1cc9a013e59cec732a3d307.tar.bz2
Remove unused include from gin_main.cc to make gn check happy
This appears to be leftover from an earlier incarnation of this file. R=abarth@chromium.org Review URL: https://codereview.chromium.org/758783002 Cr-Commit-Position: refs/heads/master@{#305585}
-rw-r--r--gin/shell/gin_main.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gin/shell/gin_main.cc b/gin/shell/gin_main.cc
index 2f7998e..d0fe119 100644
--- a/gin/shell/gin_main.cc
+++ b/gin/shell/gin_main.cc
@@ -12,7 +12,6 @@
#include "gin/modules/console.h"
#include "gin/modules/module_runner_delegate.h"
#include "gin/public/isolate_holder.h"
-#include "gin/test/file_runner.h"
#include "gin/try_catch.h"
namespace gin {