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

Unified Diff: chrome/browser/chromeos/text_input/candidate_window.cc

Issue 2101018: Do not #include obsolete header files. (Closed)
Patch Set: Created 10 years, 7 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 | « chrome/browser/chromeos/cros/language_library.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/text_input/candidate_window.cc
diff --git a/chrome/browser/chromeos/text_input/candidate_window.cc b/chrome/browser/chromeos/text_input/candidate_window.cc
index cc460bbadcfad627ad4c57581c55c184e88b83f0..fc8b9055d4b52dfa8149d0115d126c164527c561 100644
--- a/chrome/browser/chromeos/text_input/candidate_window.cc
+++ b/chrome/browser/chromeos/text_input/candidate_window.cc
@@ -90,7 +90,7 @@ class CandidateWindowView : public views::View {
public:
virtual ~Observer() {}
// The function is called when a candidate is committed.
- // See comments at NotifyCandidateClicke() in chromeos_ime.h for
+ // See comments at NotifyCandidateClicke() in chromeos_input_method_ui.h for
// details about the parameters.
virtual void OnCandidateCommitted(int index, int button, int flag) = 0;
};
« no previous file with comments | « chrome/browser/chromeos/cros/language_library.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698