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

Unified Diff: chrome/browser/chromeos/input_method/ibus_controller_impl.cc

Issue 10911269: Fix compilation problem for clang-3.0. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/input_method/ibus_controller_impl.cc
diff --git a/chrome/browser/chromeos/input_method/ibus_controller_impl.cc b/chrome/browser/chromeos/input_method/ibus_controller_impl.cc
index 8654b4ecfa609468017ca0f2cb7f669d6900a936..212d5fe7e9390500b1f467d40b2d50929de6301b 100644
--- a/chrome/browser/chromeos/input_method/ibus_controller_impl.cc
+++ b/chrome/browser/chromeos/input_method/ibus_controller_impl.cc
@@ -314,10 +314,10 @@ std::string Spacer(int n) {
return std::string(n, ' ');
}
+std::string PrintPropList(IBusPropList *prop_list, int tree_level);
+
// Debug print function.
std::string PrintProp(IBusProperty *prop, int tree_level) {
- std::string PrintPropList(IBusPropList *prop_list, int tree_level);
-
if (!prop)
return "";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698