| Index: chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc b/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
|
| index d9dd131eb859da3b68be2d3961b8e099df332cf7..634797e579637a5660f34ae8d22dbdefec080f88 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
|
| @@ -4,8 +4,6 @@
|
| //
|
| // Unit tests for the SafeBrowsing storage system.
|
|
|
| -#include "app/sql/connection.h"
|
| -#include "app/sql/statement.h"
|
| #include "base/file_util.h"
|
| #include "base/logging.h"
|
| #include "base/message_loop.h"
|
| @@ -17,6 +15,8 @@
|
| #include "content/browser/browser_thread.h"
|
| #include "crypto/sha2.h"
|
| #include "googleurl/src/gurl.h"
|
| +#include "sql/connection.h"
|
| +#include "sql/statement.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "testing/platform_test.h"
|
|
|
|
|