Index: chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc |
diff --git a/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc |
index 771fdeccd918394017ff15e9c17bf671005e0cae..e6014c4040c1ee298f338549d729315af193af16 100644 |
--- a/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc |
@@ -6,8 +6,6 @@ |
#include <string> |
-#include "ash/session/session_state_delegate.h" |
-#include "ash/shell.h" |
#include "base/bind.h" |
#include "base/prefs/pref_change_registrar.h" |
#include "base/strings/string_number_conversions.h" |
@@ -33,6 +31,11 @@ |
#include "content/public/browser/web_ui.h" |
#include "ui/base/l10n/l10n_util.h" |
+#if !defined(USE_ATHENA) |
+#include "ash/session/session_state_delegate.h" |
+#include "ash/shell.h" |
+#endif |
+ |
namespace chromeos { |
namespace options { |