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

Unified Diff: sandbox/linux/suid/client/setuid_sandbox_client.h

Issue 291063002: Fix misuses of DISALLOW_IMPLICIT_CONSTRUCTORS() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sort declarations according to Google style guide Created 6 years, 7 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 | « sandbox/linux/seccomp-bpf/trap.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/linux/suid/client/setuid_sandbox_client.h
diff --git a/sandbox/linux/suid/client/setuid_sandbox_client.h b/sandbox/linux/suid/client/setuid_sandbox_client.h
index c69a5c30475e5bf2123e99a1861f3452982b2313..e6a3e4c5cad2837848c2284d29ab8bc30b742f62 100644
--- a/sandbox/linux/suid/client/setuid_sandbox_client.h
+++ b/sandbox/linux/suid/client/setuid_sandbox_client.h
@@ -92,10 +92,13 @@ class SANDBOX_EXPORT SetuidSandboxClient {
void SetupLaunchEnvironment();
private:
+ SetuidSandboxClient();
+
// Holds the environment. Will never be NULL.
base::Environment* env_;
bool sandboxed_;
- DISALLOW_IMPLICIT_CONSTRUCTORS(SetuidSandboxClient);
+
+ DISALLOW_COPY_AND_ASSIGN(SetuidSandboxClient);
};
} // namespace sandbox
« no previous file with comments | « sandbox/linux/seccomp-bpf/trap.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698