Descriptionbookmarks: Fix mistakes found by cppcheck.
bookmark_index_unittest.cc:
Summary: Function parameter 'expected_titles' should be passed by reference.
Message: Parameter 'expected_titles' is passed as a value. It could be passed as a (const) reference which is usually faster and recommended in C++.
bookmark_model_unittest.cc:
Summary: Member variable 'BookmarkModelTestWithProfile::bb_model_' is not initialized in the constructor.
Message: Member variable 'BookmarkModelTestWithProfile::bb_model_' is not initialized in the constructor.
R=sky@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=150346
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|