#ifndef CHROME_BROWSER_CUSTOM_HANDLERS_CHROME_PROTOCOL_HANDLER_REGISTRY_DELEGATE_H_
#define CHROME_BROWSER_CUSTOM_HANDLERS_CHROME_PROTOCOL_HANDLER_REGISTRY_DELEGATE_H_
#include <set>
#include <string>
#include "base/memory/weak_ptr.h"
#include "chrome/browser/shell_integration.h"
#include "components/custom_handlers/protocol_handler_registry.h"
#include "components/pref_registry/pref_registry_syncable.h"
class ChromeProtocolHandlerRegistryDelegate
: public custom_handlers::ProtocolHandlerRegistry::Delegate { … };
#endif