| Index: sql/connection.h
|
| diff --git a/sql/connection.h b/sql/connection.h
|
| index 18b2cb79ce66cc2e5e8d309583bbe82b25b157e6..7a8007789489c603b1cd652c6f0b3bb6f13d9fdc 100644
|
| --- a/sql/connection.h
|
| +++ b/sql/connection.h
|
| @@ -509,6 +509,7 @@ class SQL_EXPORT Connection : public base::trace_event::MemoryDumpProvider {
|
| friend class test::ScopedMockTimeSource;
|
|
|
| FRIEND_TEST_ALL_PREFIXES(SQLConnectionTest, CollectDiagnosticInfo);
|
| + FRIEND_TEST_ALL_PREFIXES(SQLConnectionTest, GetAppropriateMmapSize);
|
| FRIEND_TEST_ALL_PREFIXES(SQLConnectionTest, RegisterIntentToUpload);
|
|
|
| // Internal initialize function used by both Init and InitInMemory. The file
|
|
|