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

Unified Diff: chrome/browser/extensions/api/settings_private/settings_private_event_router.h

Issue 2860553002: Clean up most of the ChromeOS headers in non-ChromeOS build (Closed)
Patch Set: add name to TODO Created 3 years, 8 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/extensions/api/settings_private/settings_private_event_router.h
diff --git a/chrome/browser/extensions/api/settings_private/settings_private_event_router.h b/chrome/browser/extensions/api/settings_private/settings_private_event_router.h
index 4c2f16667435be57c29fba7e99da71b20bd964d2..9b2d897df91d1d09abb3c723e5795a5dded0549b 100644
--- a/chrome/browser/extensions/api/settings_private/settings_private_event_router.h
+++ b/chrome/browser/extensions/api/settings_private/settings_private_event_router.h
@@ -9,12 +9,14 @@
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
-#include "chrome/browser/chromeos/settings/cros_settings.h"
#include "chrome/browser/extensions/api/settings_private/prefs_util.h"
#include "components/keyed_service/core/keyed_service.h"
#include "components/prefs/pref_change_registrar.h"
#include "extensions/browser/event_router.h"
+// TODO(wychen): should be guarded by #if defined(OS_CHROMEOS)
tfarina 2017/05/04 00:22:24 Is it a large change if you do it right now?
wychen 2017/05/04 01:19:27 Yes. Similar to the case above, the chromeos:: typ
brettw 2017/05/09 22:55:25 Ditto with the comment. For these TODOs, refereci
wychen 2017/05/10 00:08:14 Done.
+#include "chrome/browser/chromeos/settings/cros_settings.h"
+
namespace content {
class BrowserContext;
}

Powered by Google App Engine
This is Rietveld 408576698