// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_PREFS_INCOGNITO_MODE_PREFS_H_ #define CHROME_BROWSER_PREFS_INCOGNITO_MODE_PREFS_H_ class PrefService; class Profile; namespace base { class CommandLine; } namespace policy { enum class IncognitoModeAvailability; } namespace user_prefs { class PrefRegistrySyncable; } // Specifies Incognito mode availability preferences. class IncognitoModePrefs { … }; #endif // CHROME_BROWSER_PREFS_INCOGNITO_MODE_PREFS_H_