From 866a9011b55e131795b7ae80bad238b62c1ece71 Mon Sep 17 00:00:00 2001 From: "dcheng@chromium.org" Date: Fri, 14 Jun 2013 13:02:30 +0000 Subject: Rewrite scoped_ptr(NULL) to use the default ctor. This is the result of running the rewrite_scoped_ptr_ctor_null tool across all files built on Mac. BUG=173286 R=tapted@chromium.org, wez@chromium.org Review URL: https://codereview.chromium.org/16844021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206406 0039d316-1c4b-4281-b951-d872f2087c98 --- apps/app_shim/app_shim_host_mac.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps') diff --git a/apps/app_shim/app_shim_host_mac.cc b/apps/app_shim/app_shim_host_mac.cc index 3b4423b..097cb2f 100644 --- a/apps/app_shim/app_shim_host_mac.cc +++ b/apps/app_shim/app_shim_host_mac.cc @@ -14,9 +14,7 @@ #include "content/public/browser/browser_thread.h" #include "ipc/ipc_channel_proxy.h" -AppShimHost::AppShimHost() - : channel_(NULL), profile_(NULL) { -} +AppShimHost::AppShimHost() : profile_(NULL) {} AppShimHost::~AppShimHost() { DCHECK(CalledOnValidThread()); -- cgit v1.1