diff options
author | qsr@chromium.org <qsr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-03 09:48:04 +0000 |
---|---|---|
committer | qsr@chromium.org <qsr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-03 09:48:04 +0000 |
commit | 5e291f63b42071a5955e27da7d92deb5173c375f (patch) | |
tree | 2e0bdeb231eddf8887e1966acce2a26a0564ff59 /content/shell | |
parent | dca0b09e1deb3350c2ec3ceae30c4fdd5f9205c7 (diff) | |
download | chromium_src-5e291f63b42071a5955e27da7d92deb5173c375f.zip chromium_src-5e291f63b42071a5955e27da7d92deb5173c375f.tar.gz chromium_src-5e291f63b42071a5955e27da7d92deb5173c375f.tar.bz2 |
Adding missing include
Compilation was failing on android.
TBR=tnagel@chromium.org,pfeldman@chromium.org
Review URL: https://codereview.chromium.org/148933004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248463 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell')
-rw-r--r-- | content/shell/app/shell_main_delegate.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/shell/app/shell_main_delegate.cc b/content/shell/app/shell_main_delegate.cc index acdc875..ab8bd8e 100644 --- a/content/shell/app/shell_main_delegate.cc +++ b/content/shell/app/shell_main_delegate.cc @@ -6,6 +6,7 @@ #include "base/base_switches.h" #include "base/command_line.h" +#include "base/files/file.h" #include "base/files/file_path.h" #include "base/lazy_instance.h" #include "base/logging.h" |