From 32b76eff6f630b9bcc0fc3f3bad826f3d1217dda Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Mon, 26 Jul 2010 23:08:24 +0000 Subject: `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views BUG=50273 TEST=everything still builds, build is 10% faster on windows, same speed on mac/linux TBR: erg git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53716 0039d316-1c4b-4281-b951-d872f2087c98 --- base/weak_ptr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'base/weak_ptr.h') diff --git a/base/weak_ptr.h b/base/weak_ptr.h index 6dbc9e2..a4222f3 100644 --- a/base/weak_ptr.h +++ b/base/weak_ptr.h @@ -50,6 +50,7 @@ #ifndef BASE_WEAK_PTR_H_ #define BASE_WEAK_PTR_H_ +#pragma once #include "base/logging.h" #include "base/non_thread_safe.h" -- cgit v1.1