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

Unified Diff: apps/saved_files_service.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
« apps/launcher.cc ('K') | « apps/launcher.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/saved_files_service.cc
diff --git a/apps/saved_files_service.cc b/apps/saved_files_service.cc
index f8053c03e023a2c4627e3634546b04ed7d150f16..011394f97200c0c14435fcf60b9a84b69ec42982 100644
--- a/apps/saved_files_service.cc
+++ b/apps/saved_files_service.cc
@@ -5,6 +5,7 @@
#include "apps/saved_files_service.h"
#include <algorithm>
+#include <hash_map>
marja 2014/07/18 07:34:04 Afaics this is not needed; base/containers/hash_ta
rucifer1217 2014/07/18 09:06:03 I will remove this line at next patch.
#include "apps/saved_files_service_factory.h"
#include "base/basictypes.h"
« apps/launcher.cc ('K') | « apps/launcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698