Chromium Code Reviews| Index: ios/web/test/test_url_constants.cc |
| diff --git a/ios/web/test/test_url_constants.cc b/ios/web/test/test_url_constants.cc |
| index e97d8bfe1b4274c6208e0fa34b6d13b396e9d6ca..6945c9c8b7810e43e61f71f5df408da0daf7cb31 100644 |
| --- a/ios/web/test/test_url_constants.cc |
| +++ b/ios/web/test/test_url_constants.cc |
| @@ -7,5 +7,6 @@ |
| namespace web { |
| const char kTestWebUIScheme[] = "testwebui"; |
| +const char kTestNativeContentScheme[] = "testnativecontent"; |
| } // namespace web |