Index: chrome/browser/dom_ui/options/language_options_handler.cc |
=================================================================== |
--- chrome/browser/dom_ui/options/language_options_handler.cc (revision 71729) |
+++ chrome/browser/dom_ui/options/language_options_handler.cc (working copy) |
@@ -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 "chrome/browser/chromeos/dom_ui/language_options_handler.h" |
+// TODO(csilv): This is for the move CL. Changes to make this cross-platform |
+// will come in the followup CL. |
+#if defined(OS_CHROMEOS) |
+#include "chrome/browser/dom_ui/options/language_options_handler.h" |
+ |
#include <map> |
#include <set> |
#include <string> |
@@ -313,3 +317,6 @@ |
} |
} // namespace chromeos |
+ |
+#endif // OS_CHROMEOS |
+ |