summaryrefslogtreecommitdiffstats
path: root/base/memory/scoped_ptr.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/memory/scoped_ptr.h')
-rw-r--r--base/memory/scoped_ptr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/memory/scoped_ptr.h b/base/memory/scoped_ptr.h
index 8e4ff62..fab6c7e 100644
--- a/base/memory/scoped_ptr.h
+++ b/base/memory/scoped_ptr.h
@@ -86,7 +86,6 @@
#ifndef BASE_MEMORY_SCOPED_PTR_H_
#define BASE_MEMORY_SCOPED_PTR_H_
-#pragma once
// This is an implementation designed to match the anticipated future TR2
// implementation of the scoped_ptr class, and its closely-related brethren,