X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fpepper_broker_infobar_delegate.cc;h=4a77180c99ad21ded24cec93eb132005a717669f;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=d4fd7478ced25fbc23bc73ad0b26b2e008233ef5;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/pepper_broker_infobar_delegate.cc b/src/chrome/browser/pepper_broker_infobar_delegate.cc index d4fd747..4a77180 100644 --- a/src/chrome/browser/pepper_broker_infobar_delegate.cc +++ b/src/chrome/browser/pepper_broker_infobar_delegate.cc @@ -5,7 +5,6 @@ #include "chrome/browser/pepper_broker_infobar_delegate.h" #include "base/prefs/pref_service.h" -#include "chrome/browser/content_settings/host_content_settings_map.h" #include "chrome/browser/content_settings/tab_specific_content_settings.h" #include "chrome/browser/infobars/infobar_service.h" #include "chrome/browser/plugins/plugin_finder.h" @@ -13,6 +12,7 @@ #include "chrome/browser/profiles/profile.h" #include "chrome/common/pref_names.h" #include "chrome/grit/generated_resources.h" +#include "components/content_settings/core/browser/host_content_settings_map.h" #include "components/infobars/core/infobar.h" #include "content/public/browser/page_navigator.h" #include "content/public/browser/plugin_service.h"