Skip to content

Commit

Permalink
sql: Remove unused iOS-specific header in sql/connection_unittest.cc
Browse files Browse the repository at this point in the history
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/903585
Reviewed-by: Chris Mumford <cmumford@chromium.org>
Commit-Queue: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#534772}
  • Loading branch information
pwnall authored and Commit Bot committed Feb 6, 2018
1 parent eb45434 commit b3bb8eb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sql/connection_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
#include "testing/gtest/include/gtest/gtest.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 test {

Expand Down

0 comments on commit b3bb8eb

Please sign in to comment.