// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/sync/session_sync_service_factory.h" #include "chrome/common/webui_url_constants.h" #include "testing/gtest/include/gtest/gtest.h" #include "url/gurl.h" namespace { const char kValidUrl[] = …; const char kInvalidUrl[] = …; TEST(SessionSyncServiceFactoryTest, ShouldSyncURL) { … } } // namespace