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

Unified Diff: apps/app_shim/app_shim_host_mac.cc

Issue 16844021: Rewrite scoped_ptr<T>(NULL) to use the default ctor. (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
« no previous file with comments | « no previous file | remoting/host/audio_capturer_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/app_shim/app_shim_host_mac.cc
diff --git a/apps/app_shim/app_shim_host_mac.cc b/apps/app_shim/app_shim_host_mac.cc
index 3b4423b3bca4e3c8160b3f099adddc0580cceeb3..097cb2f7cb7c3f2eec07d89b5c095025375a06f3 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());
« no previous file with comments | « no previous file | remoting/host/audio_capturer_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698