From ef4fb8bfe086a8ebcedbf31e9408a8065b4633ff Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Sat, 15 Mar 2014 16:41:31 +0800 Subject: [PATCH] :lipstick: Fix cpplint warning. --- browser/ui/gtk/event_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/ui/gtk/event_utils.h b/browser/ui/gtk/event_utils.h index 135075c073..fdcd8b7e6d 100644 --- a/browser/ui/gtk/event_utils.h +++ b/browser/ui/gtk/event_utils.h @@ -25,4 +25,4 @@ WindowOpenDisposition DispositionForCurrentButtonPressEvent(); } // namespace event_utils -#endif // CHROME_BROWSER_UI_GTK_EVENT_UTILS_H_ \ No newline at end of file +#endif // CHROME_BROWSER_UI_GTK_EVENT_UTILS_H_