#ifndef CHROME_BROWSER_SUPERVISED_USER_LINUX_MAC_WINDOWS_SUPERVISED_USER_WEB_CONTENT_HANDLER_IMPL_H_
#define CHROME_BROWSER_SUPERVISED_USER_LINUX_MAC_WINDOWS_SUPERVISED_USER_WEB_CONTENT_HANDLER_IMPL_H_
#include <string>
#include "base/memory/weak_ptr.h"
#include "chrome/browser/supervised_user/chrome_supervised_user_web_content_handler_base.h"
namespace content {
class WebContents;
}
namespace supervised_user {
class UrlFormatter;
}
class SupervisedUserWebContentHandlerImpl
: public ChromeSupervisedUserWebContentHandlerBase { … };
#endif