| Index: components/sync_sessions/revisit/offset_tab_matcher_unittest.cc
|
| diff --git a/components/sync_sessions/revisit/offset_tab_matcher_unittest.cc b/components/sync_sessions/revisit/offset_tab_matcher_unittest.cc
|
| index 7f2be171df7849a45ae5ee1cb5826c8abb025848..4388c29d24119830d018bea97a820e1d62f521ee 100644
|
| --- a/components/sync_sessions/revisit/offset_tab_matcher_unittest.cc
|
| +++ b/components/sync_sessions/revisit/offset_tab_matcher_unittest.cc
|
| @@ -21,8 +21,8 @@ namespace sync_sessions {
|
|
|
| namespace {
|
|
|
| -static const std::string kExampleUrl = "http://www.example.com";
|
| -static const std::string kDifferentUrl = "http://www.different.com";
|
| +const char kExampleUrl[] = "http://www.example.com";
|
| +const char kDifferentUrl[] = "http://www.different.com";
|
|
|
| sessions::SerializedNavigationEntry Entry(const std::string& url) {
|
| return sessions::SerializedNavigationEntryTestHelper::CreateNavigation(url,
|
|
|