// Copyright 2020 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/speech/speech_recognition_service_factory.h" #include "chrome/test/base/testing_profile.h" #include "content/public/test/browser_task_environment.h" #include "testing/gmock/include/gmock/gmock.h" #if BUILDFLAG(IS_CHROMEOS_ASH) #include "ash/constants/ash_features.h" #include "base/test/scoped_feature_list.h" #endif // BUILDFLAG(IS_CHROMEOS_ASH) namespace { IsNull; Not; // Verifies that the service factory supports incognito profiles. TEST(SpeechRecognitionServiceFactoryTest, IncognitoProfile) { … } } // namespace