Commit b3bb8eb0 authored by Victor Costan's avatar Victor Costan Committed by Commit Bot

sql: Remove unused iOS-specific header in sql/connection_unittest.cc

After https://crrev.com/c/898564, //base/ios/ios_util.h is not needed by
SQL::Connection unittests.

Bug: 807093
Change-Id: If6736c69dc42d35ecc24a01fc19d43d04b5db7d8
Reviewed-on: https://chromium-review.googlesource.com/903585Reviewed-by: default avatarChris Mumford <cmumford@chromium.org>
Commit-Queue: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#534772}
parent eb45434b
...@@ -26,10 +26,6 @@ ...@@ -26,10 +26,6 @@
#include "testing/gtest/include/gtest/gtest.h" #include "testing/gtest/include/gtest/gtest.h"
#include "third_party/sqlite/sqlite3.h" #include "third_party/sqlite/sqlite3.h"
#if defined(OS_IOS) && defined(USE_SYSTEM_SQLITE)
#include "base/ios/ios_util.h"
#endif // defined(OS_IOS) && defined(USE_SYSTEM_SQLITE)
namespace sql { namespace sql {
namespace test { namespace test {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment