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

Unified Diff: chrome/browser/renderer_security_policy.h

Issue 3149: Porting changes in chrome/{browser,common}, also enabling more unit tests.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years, 3 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
Index: chrome/browser/renderer_security_policy.h
===================================================================
--- chrome/browser/renderer_security_policy.h (revision 2402)
+++ chrome/browser/renderer_security_policy.h (working copy)
@@ -94,7 +94,7 @@
// Obtain an instance of RendererSecurityPolicy via GetInstance().
RendererSecurityPolicy();
- friend DefaultSingletonTraits<RendererSecurityPolicy>;
+ friend class DefaultSingletonTraits<RendererSecurityPolicy>;
// You must acquire this lock before reading or writing any members of this
// class. You must not block while holding this lock.

Powered by Google App Engine
This is Rietveld 408576698