win: Do not explicitly call MasterPreferences() constructor from member function.
commit24c33b3780f6180432ba64a03ed4760da5ed6d87
authorthakis <thakis@chromium.org>
Tue, 14 Jul 2015 05:00:11 +0000 (13 22:00 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 14 Jul 2015 05:02:18 +0000 (14 05:02 +0000)
tree807ff2077f0a3e2dd3167a63f2f03f8f0841ac98
parente8743ffbb59f4a53cd2e373a74dd872cfab7981e
win: Do not explicitly call MasterPreferences() constructor from member function.

Fixes
..\..\chrome\installer\util\master_preferences.cc(122,30) :  warning(clang):
        explicit constructor calls are a Microsoft extension [-Wmicrosoft]
    this->MasterPreferences::MasterPreferences(prefs_path);
                             ^
No intended behavior change.

BUG=505296

Review URL: https://codereview.chromium.org/1235033004

Cr-Commit-Position: refs/heads/master@{#338638}
chrome/installer/util/master_preferences.cc
chrome/installer/util/master_preferences.h