diff options
author | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-10 05:28:48 +0000 |
---|---|---|
committer | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-10 05:28:48 +0000 |
commit | 2b6b683647951a19f6736747079542cb2b0712a1 (patch) | |
tree | 2c028308d2bce2b365b5e1ccda1a5ce81c0b3418 /webkit/fileapi/syncable/syncable_file_system_unittest.cc | |
parent | 1cd0362fa6ab8f9a16f982f0367c095cbca13876 (diff) | |
download | chromium_src-2b6b683647951a19f6736747079542cb2b0712a1.zip chromium_src-2b6b683647951a19f6736747079542cb2b0712a1.tar.gz chromium_src-2b6b683647951a19f6736747079542cb2b0712a1.tar.bz2 |
Cleanup includes/headers in webkit/fileapi
BUG=none
TEST=none
Review URL: https://codereview.chromium.org/11096022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161054 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/fileapi/syncable/syncable_file_system_unittest.cc')
-rw-r--r-- | webkit/fileapi/syncable/syncable_file_system_unittest.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/fileapi/syncable/syncable_file_system_unittest.cc b/webkit/fileapi/syncable/syncable_file_system_unittest.cc index 68acb5a..e827e0f 100644 --- a/webkit/fileapi/syncable/syncable_file_system_unittest.cc +++ b/webkit/fileapi/syncable/syncable_file_system_unittest.cc @@ -3,6 +3,7 @@ // found in the LICENSE file. #include "testing/gtest/include/gtest/gtest.h" +#include "webkit/fileapi/file_system_context.h" #include "webkit/fileapi/file_system_task_runners.h" #include "webkit/fileapi/file_system_types.h" #include "webkit/fileapi/isolated_context.h" |