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

Unified Diff: chrome/renderer/spellchecker/spellcheck_provider.cc

Issue 11745025: Cleanup: Fix a bunch of lint errors in chrome. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 12 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/renderer/spellchecker/spellcheck_provider.cc
===================================================================
--- chrome/renderer/spellchecker/spellcheck_provider.cc (revision 175088)
+++ chrome/renderer/spellchecker/spellcheck_provider.cc (working copy)
@@ -50,7 +50,7 @@
spelling_panel_visible_(false),
spellcheck_(spellcheck) {
DCHECK(spellcheck_);
- if (render_view) { // NULL in unit tests.
+ if (render_view) { // NULL in unit tests.
render_view->GetWebView()->setSpellCheckClient(this);
EnableSpellcheck(spellcheck_->is_spellcheck_enabled());
}

Powered by Google App Engine
This is Rietveld 408576698