From 09a3e2671676eac5602886c9cd38d26b264a5c49 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 18 May 2017 16:53:12 -0700 Subject: [PATCH] Add full prefix to main_delegate.h include --- brightray/common/main_delegate_mac.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brightray/common/main_delegate_mac.mm b/brightray/common/main_delegate_mac.mm index fcf470698c8c..99c449878711 100644 --- a/brightray/common/main_delegate_mac.mm +++ b/brightray/common/main_delegate_mac.mm @@ -3,7 +3,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE-CHROMIUM file. -#import "main_delegate.h" +#import "brightray/common/main_delegate.h" #include "base/command_line.h" #include "base/mac/bundle_locations.h"