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

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

Issue 16871010: Rewrite scoped_ptr<T>(NULL) to use the default ctor in chrome/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/chromeos/input_method/candidate_window_controller_impl.cc
diff --git a/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc b/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc
index 51c03800a7a8f836494c18c6c614460c4b1a637e..e49f670ddf56f8a2fb43772be259923ceee39ed5 100644
--- a/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc
+++ b/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc
@@ -105,9 +105,7 @@ void CandidateWindowControllerImpl::CreateView() {
CandidateWindowControllerImpl::CandidateWindowControllerImpl()
: candidate_window_(NULL),
- infolist_window_(NULL),
- latest_infolist_focused_index_(InfolistWindowView::InvalidFocusIndex()) {
-}
+ latest_infolist_focused_index_(InfolistWindowView::InvalidFocusIndex()) {}
CandidateWindowControllerImpl::~CandidateWindowControllerImpl() {
if (DBusThreadManager::Get()->GetIBusPanelService())

Powered by Google App Engine
This is Rietveld 408576698