From f61ace74bb28aa9eb75ef4d860a2609b5f1bf9f2 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 6 Oct 2016 09:50:06 -0700 Subject: [PATCH] Sort includes --- atom/common/crash_reporter/crash_reporter.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom/common/crash_reporter/crash_reporter.cc b/atom/common/crash_reporter/crash_reporter.cc index e6638ecccb..79ec2f9d8d 100644 --- a/atom/common/crash_reporter/crash_reporter.cc +++ b/atom/common/crash_reporter/crash_reporter.cc @@ -10,8 +10,8 @@ #include "base/files/file_util.h" #include "base/strings/string_number_conversions.h" #include "base/strings/string_split.h" -#include "content/public/common/content_switches.h" #include "base/strings/utf_string_conversions.h" +#include "content/public/common/content_switches.h" namespace crash_reporter {