Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / custom_handlers / register_protocol_handler_infobar_delegate.cc
index 669a783..6e06332 100644 (file)
@@ -8,10 +8,11 @@
 #include "chrome/browser/custom_handlers/protocol_handler_registry.h"
 #include "chrome/browser/infobars/infobar_service.h"
 #include "chrome/common/url_constants.h"
+#include "chrome/grit/generated_resources.h"
 #include "components/infobars/core/infobar.h"
 #include "content/public/browser/user_metrics.h"
 #include "content/public/browser/web_contents.h"
-#include "grit/generated_resources.h"
+#include "grit/components_strings.h"
 #include "ui/base/l10n/l10n_util.h"
 
 // static
@@ -121,7 +122,7 @@ bool RegisterProtocolHandlerInfoBarDelegate::LinkClicked(
           GURL(chrome::kLearnMoreRegisterProtocolHandlerURL),
           content::Referrer(),
           (disposition == CURRENT_TAB) ? NEW_FOREGROUND_TAB : disposition,
-          content::PAGE_TRANSITION_LINK, false));
+          ui::PAGE_TRANSITION_LINK, false));
   return false;
 }