| Index: sql/test/test_helpers.cc
|
| diff --git a/sql/test/test_helpers.cc b/sql/test/test_helpers.cc
|
| index 8d56140891f30df1dbac2a3f5c4a149fa8d975b0..fb055cff706d1a972445eb0de984fa3ec13dd80c 100644
|
| --- a/sql/test/test_helpers.cc
|
| +++ b/sql/test/test_helpers.cc
|
| @@ -42,7 +42,7 @@ bool GetRootPage(sql::Connection* db, const char* name, int* page_number) {
|
| }
|
|
|
| // Helper for reading a number from the SQLite header.
|
| -// See net/base/big_endian.h.
|
| +// See base/big_endian.h.
|
| unsigned ReadBigEndian(unsigned char* buf, size_t bytes) {
|
| unsigned r = buf[0];
|
| for (size_t i = 1; i < bytes; i++) {
|
|
|