lshal: DISALLOW_COPY_AND_ASSIGN needs to be in private

Test: pass
Change-Id: Ic2abdbe0309957f1a72ca4a788bb09dd660c746c
diff --git a/cmds/lshal/ListCommand.h b/cmds/lshal/ListCommand.h
index 9833d43..5047cf8 100644
--- a/cmds/lshal/ListCommand.h
+++ b/cmds/lshal/ListCommand.h
@@ -101,6 +101,7 @@
     // If an entry exist and not empty, it contains the cached content of /proc/{pid}/cmdline.
     std::map<pid_t, std::string> mCmdlines;
 
+private:
     DISALLOW_COPY_AND_ASSIGN(ListCommand);
 };