Fixed uninitialized pointer found by Coverity.

BUG=None

Review URL: https://chromiumcodereview.appspot.com/23701011

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221232 0039d316-1c4b-4281-b951-d872f2087c98
parent 941f43d1
...@@ -55,8 +55,6 @@ class UserPolicySigninServiceFactory ...@@ -55,8 +55,6 @@ class UserPolicySigninServiceFactory
UserPolicySigninServiceFactory(); UserPolicySigninServiceFactory();
virtual ~UserPolicySigninServiceFactory(); virtual ~UserPolicySigninServiceFactory();
DeviceManagementService* device_management_service_;
DISALLOW_COPY_AND_ASSIGN(UserPolicySigninServiceFactory); DISALLOW_COPY_AND_ASSIGN(UserPolicySigninServiceFactory);
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment