Chromium Code Reviews| Index: net/extras/sqlite/sqlite_channel_id_store_unittest.cc |
| diff --git a/net/extras/sqlite/sqlite_channel_id_store_unittest.cc b/net/extras/sqlite/sqlite_channel_id_store_unittest.cc |
| index d3a7f755f00cc0c6f7b579678d52ded5524c6f7a..8d73b29bb360761d0e9afa2100a3bc60361c2151 100644 |
| --- a/net/extras/sqlite/sqlite_channel_id_store_unittest.cc |
| +++ b/net/extras/sqlite/sqlite_channel_id_store_unittest.cc |
| @@ -2,6 +2,8 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| +#include <stdint.h> |
|
mattm
2015/06/03 19:55:11
This one is no longer necessary?
tfarina
2015/06/03 20:28:39
Done.
|
| + |
| #include "base/bind.h" |
| #include "base/files/file_util.h" |
| #include "base/files/scoped_temp_dir.h" |