#ifndef CHROME_BROWSER_APPS_APP_SERVICE_PUBLISHERS_STANDALONE_BROWSER_EXTENSION_APPS_FACTORY_H_
#define CHROME_BROWSER_APPS_APP_SERVICE_PUBLISHERS_STANDALONE_BROWSER_EXTENSION_APPS_FACTORY_H_
#include "base/no_destructor.h"
#include "chrome/browser/profiles/profile_keyed_service_factory.h"
class Profile;
namespace apps {
class StandaloneBrowserExtensionApps;
class StandaloneBrowserExtensionAppsFactoryForApp
: public ProfileKeyedServiceFactory { … };
class StandaloneBrowserExtensionAppsFactoryForExtension
: public ProfileKeyedServiceFactory { … };
}
#endif