#ifndef COMPONENTS_AUTOFILL_CONTENT_BROWSER_CONTENT_AUTOFILL_SHARED_STORAGE_HANDLER_H_
#define COMPONENTS_AUTOFILL_CONTENT_BROWSER_CONTENT_AUTOFILL_SHARED_STORAGE_HANDLER_H_
#include <memory>
#include <vector>
#include "components/autofill/core/browser/autofill_shared_storage_handler.h"
#include "components/services/storage/shared_storage/shared_storage_manager.h"
namespace autofill {
class CreditCard;
class ContentAutofillSharedStorageHandler
: public AutofillSharedStorageHandler { … };
}
#endif