Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: apps/launcher.cc

Issue 403573003: Clean-up coding style at apps folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: apps/launcher.cc
diff --git a/apps/launcher.cc b/apps/launcher.cc
index 0880c6d1923e07402275f2359d07efe45e1c69cf..ca463de5f1e438ee43b6d03feacc731e6b5489ad 100644
--- a/apps/launcher.cc
+++ b/apps/launcher.cc
@@ -4,6 +4,9 @@
#include "apps/launcher.h"
+#include <utility>
marja 2014/07/18 07:34:04 Why is this needed?
rucifer1217 2014/07/18 09:06:03 pair<> is need utility.
+#include <set>
+
#include "base/command_line.h"
#include "base/file_util.h"
#include "base/files/file_path.h"

Powered by Google App Engine
This is Rietveld 408576698