From d186fd78e3fbfc6c64df2d5a161b6be928aa46d8 Mon Sep 17 00:00:00 2001 From: "Gabriel Handford (linux)" Date: Thu, 20 Oct 2016 17:08:05 -0700 Subject: [PATCH] Fix header --- atom/common/platform_util_linux.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom/common/platform_util_linux.cc b/atom/common/platform_util_linux.cc index 2a8fb9e7a7..1b998ecaef 100644 --- a/atom/common/platform_util_linux.cc +++ b/atom/common/platform_util_linux.cc @@ -6,7 +6,7 @@ #include -#include "base/callback_forward.h" +#include "base/cancelable_callback.h" #include "base/files/file_util.h" #include "base/process/kill.h" #include "base/process/launch.h"