Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / extensions / echo_private_api.cc
index 230c636..8b07620 100644 (file)
@@ -7,7 +7,7 @@
 #include <string>
 
 #include "base/bind.h"
-#include "base/file_util.h"
+#include "base/files/file_util.h"
 #include "base/location.h"
 #include "base/prefs/pref_registry_simple.h"
 #include "base/prefs/pref_service.h"
@@ -214,7 +214,7 @@ void EchoPrivateGetUserConsentFunction::OnCancel() {
 
 void EchoPrivateGetUserConsentFunction::OnMoreInfoLinkClicked() {
   chrome::NavigateParams params(
-      GetProfile(), GURL(kMoreInfoLink), content::PAGE_TRANSITION_LINK);
+      GetProfile(), GURL(kMoreInfoLink), ui::PAGE_TRANSITION_LINK);
   // Open the link in a new window. The echo dialog is modal, so the current
   // window is useless until the dialog is closed.
   params.disposition = NEW_WINDOW;