From 9747ee4411645e403f5f006624d8413b637117df Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Wed, 9 Jul 2014 10:38:00 +0800 Subject: [PATCH] Fix cpplint warning for obj-c header. --- brightray/script/cpplint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brightray/script/cpplint b/brightray/script/cpplint index 58a6a5e0b5c..ff09db9e7d0 100755 --- a/brightray/script/cpplint +++ b/brightray/script/cpplint @@ -11,7 +11,7 @@ CPPLINT = os.path.join(SOURCE_ROOT, 'vendor', 'google-styleguide', 'trunk', 'cpp LINE_LENGTH = 100 IGNORED_FILES = [ - os.path.join('browser', 'mac', 'bry_inspectable_web_contents_view_private.h'), + os.path.join('browser', 'mac', 'bry_inspectable_web_contents_view.h'), ] FILTERS = [