diff options
author | thestig <thestig@chromium.org> | 2015-09-24 21:58:36 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-25 04:59:13 +0000 |
commit | a0e18cd977a07253976834dadb8d08a2d5630460 (patch) | |
tree | 593b5c7b83f66e5f9a992f91023fa39bf699d51c /storage/browser | |
parent | 787d405d41fcb60aa0a8e45b0c6e5d4a9bbe75d5 (diff) | |
download | chromium_src-a0e18cd977a07253976834dadb8d08a2d5630460.zip chromium_src-a0e18cd977a07253976834dadb8d08a2d5630460.tar.gz chromium_src-a0e18cd977a07253976834dadb8d08a2d5630460.tar.bz2 |
Cleanup: IWYU for base/gtest_prod_util.h.
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
TBR=pneubeck@chromium.org
Review URL: https://codereview.chromium.org/1366123002
Cr-Commit-Position: refs/heads/master@{#350770}
Diffstat (limited to 'storage/browser')
4 files changed, 0 insertions, 4 deletions
diff --git a/storage/browser/fileapi/local_file_stream_writer.h b/storage/browser/fileapi/local_file_stream_writer.h index 6771a14..d5aea94 100644 --- a/storage/browser/fileapi/local_file_stream_writer.h +++ b/storage/browser/fileapi/local_file_stream_writer.h @@ -10,7 +10,6 @@ #include "base/callback.h" #include "base/compiler_specific.h" #include "base/files/file_path.h" -#include "base/gtest_prod_util.h" #include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" #include "base/task_runner.h" diff --git a/storage/browser/fileapi/obfuscated_file_util.h b/storage/browser/fileapi/obfuscated_file_util.h index b8b1a4a..5557ba1 100644 --- a/storage/browser/fileapi/obfuscated_file_util.h +++ b/storage/browser/fileapi/obfuscated_file_util.h @@ -14,7 +14,6 @@ #include "base/files/file.h" #include "base/files/file_path.h" #include "base/files/file_util_proxy.h" -#include "base/gtest_prod_util.h" #include "base/memory/scoped_ptr.h" #include "storage/browser/blob/shareable_file_reference.h" #include "storage/browser/fileapi/file_system_file_util.h" diff --git a/storage/browser/fileapi/sandbox_file_system_backend_delegate.h b/storage/browser/fileapi/sandbox_file_system_backend_delegate.h index 214bb23..f6b00cb 100644 --- a/storage/browser/fileapi/sandbox_file_system_backend_delegate.h +++ b/storage/browser/fileapi/sandbox_file_system_backend_delegate.h @@ -11,7 +11,6 @@ #include <utility> #include "base/files/file_path.h" -#include "base/gtest_prod_util.h" #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" diff --git a/storage/browser/quota/quota_database.h b/storage/browser/quota/quota_database.h index 7112666..02a76fc 100644 --- a/storage/browser/quota/quota_database.h +++ b/storage/browser/quota/quota_database.h @@ -11,7 +11,6 @@ #include "base/basictypes.h" #include "base/callback.h" #include "base/files/file_path.h" -#include "base/gtest_prod_util.h" #include "base/memory/scoped_ptr.h" #include "base/time/time.h" #include "base/timer/timer.h" |