Add missing include for gurl.h

This was probably being transitively included before.
This commit is contained in:
Mario Sanchez Prada
2021-03-23 14:54:58 -04:00
committed by mkarolin
parent bf58184436
commit bd5b2f3943
@@ -14,6 +14,7 @@
#include "chrome/browser/content_settings/host_content_settings_map_factory.h"
#include "chrome/browser/profiles/profile.h"
#include "content/public/browser/web_ui.h"
#include "url/gurl.h"
using brave_shields::ControlType;
using brave_shields::ControlTypeFromString;