summaryrefslogtreecommitdiffstats
path: root/apps/launcher.cc
diff options
context:
space:
mode:
authorrucifer1217@gmail.com <rucifer1217@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-18 13:06:23 +0000
committerrucifer1217@gmail.com <rucifer1217@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-18 13:06:23 +0000
commitfc243fee4ae878bf44299998a484d519ce0c4fb5 (patch)
tree614ca0b60e473f8accb9517490c387bde241e2b0 /apps/launcher.cc
parentd6e734fb23b679f5b3e47366f3cdd6700df1bb19 (diff)
downloadchromium_src-fc243fee4ae878bf44299998a484d519ce0c4fb5.zip
chromium_src-fc243fee4ae878bf44299998a484d519ce0c4fb5.tar.gz
chromium_src-fc243fee4ae878bf44299998a484d519ce0c4fb5.tar.bz2
Clean-up coding style at apps folder
BUG= Review URL: https://codereview.chromium.org/403573003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284074 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/launcher.cc')
-rw-r--r--apps/launcher.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/launcher.cc b/apps/launcher.cc
index 0880c6d..ca463de 100644
--- a/apps/launcher.cc
+++ b/apps/launcher.cc
@@ -4,6 +4,9 @@
#include "apps/launcher.h"
+#include <utility>
+#include <set>
+
#include "base/command_line.h"
#include "base/file_util.h"
#include "base/files/file_path.h"