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

Unified Diff: chrome/browser/apps/per_app_settings_service.h

Issue 1336993002: Straighten up includes of host_desktop.h/host_desktop_type.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@host_desktop_type
Patch Set: Build fixes for Windows and Mac Created 5 years, 3 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: chrome/browser/apps/per_app_settings_service.h
diff --git a/chrome/browser/apps/per_app_settings_service.h b/chrome/browser/apps/per_app_settings_service.h
index eb18eece3329cbbbe07bb0a785e83440759c06b1..1125fa2dca3cfc3137ab65a79e0c6648ab9d317c 100644
--- a/chrome/browser/apps/per_app_settings_service.h
+++ b/chrome/browser/apps/per_app_settings_service.h
@@ -8,8 +8,9 @@
#include <map>
#include <string>
-#include "chrome/browser/ui/host_desktop.h"
+#include "base/macros.h"
#include "components/keyed_service/core/keyed_service.h"
+#include "ui/gfx/host_desktop_type.h"
// Stores settings for apps that only persist until the browser context is
// destroyed.
« no previous file with comments | « chrome/browser/apps/ephemeral_app_launcher_browsertest.cc ('k') | chrome/browser/apps/per_app_settings_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698