Index: apps/app_window_registry.cc |
diff --git a/apps/app_window_registry.cc b/apps/app_window_registry.cc |
index cf4839ad0667ff87e6d9a71f62514ebcb7ac245c..36fa1dedca5f1841634b5e6fabfd1904a7f4f079 100644 |
--- a/apps/app_window_registry.cc |
+++ b/apps/app_window_registry.cc |
@@ -2,8 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "apps/app_window.h" |
#include "apps/app_window_registry.h" |
+ |
+#include <string> |
+#include <vector> |
+ |
+#include "apps/app_window.h" |
#include "apps/apps_client.h" |
#include "apps/ui/native_app_window.h" |
#include "components/keyed_service/content/browser_context_dependency_manager.h" |