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

Unified Diff: apps/app_window.cc

Issue 403573003: Clean-up coding style at apps folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove #incldue <hash_map> at apps/saved_fileds_service.cc 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
« no previous file with comments | « apps/app_window.h ('k') | apps/app_window_contents.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/app_window.cc
diff --git a/apps/app_window.cc b/apps/app_window.cc
index 340d54c299f05cdaee47a0d215b6cd26ec1de379..82dbab7b696eb06b6738569a9ceaadd011143fca 100644
--- a/apps/app_window.cc
+++ b/apps/app_window.cc
@@ -5,6 +5,8 @@
#include "apps/app_window.h"
#include <algorithm>
+#include <string>
+#include <vector>
#include "apps/app_window_geometry_cache.h"
#include "apps/app_window_registry.h"
« no previous file with comments | « apps/app_window.h ('k') | apps/app_window_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698