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

Unified Diff: chrome/browser/dom_ui/options/language_options_handler_unittest.cc

Issue 6265010: DOMUI settings: move/rename the language options panel so that it can be use... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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/dom_ui/options/language_options_handler_unittest.cc
===================================================================
--- chrome/browser/dom_ui/options/language_options_handler_unittest.cc (revision 71729)
+++ chrome/browser/dom_ui/options/language_options_handler_unittest.cc (working copy)
@@ -1,9 +1,13 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// 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 <string>
#include "base/scoped_ptr.h"
@@ -171,3 +175,6 @@
}
} // namespace chromeos
+
+#endif // OS_CHROMEOS
+
Property changes on: chrome/browser/dom_ui/options/language_options_handler_unittest.cc
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « chrome/browser/dom_ui/options/language_options_handler.cc ('k') | chrome/browser/dom_ui/options/options_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698