diff options
author | jamesr <jamesr@chromium.org> | 2014-11-24 21:37:18 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-25 05:38:14 +0000 |
commit | ae9169e81c6eb067f1cc9a013e59cec732a3d307 (patch) | |
tree | 9636f444b55a353eece1628789a7e1efa9c07569 | |
parent | f8530e9a22cdbad4522ba678098c032aa462722d (diff) | |
download | chromium_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.cc | 1 |
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 { |