From 20553490d852f32afb52e56dd68a8b9ca8ab2d6f Mon Sep 17 00:00:00 2001 From: "jln@chromium.org" Date: Thu, 14 Feb 2013 02:06:52 +0000 Subject: Do a giant svn propset svn:eol-style LF on .cc and .h files that lack this property. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182368 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/thunk/ppb_browser_font_singleton_api.h | 56 ++++++++++++++-------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'ppapi/thunk/ppb_browser_font_singleton_api.h') diff --git a/ppapi/thunk/ppb_browser_font_singleton_api.h b/ppapi/thunk/ppb_browser_font_singleton_api.h index 0f31d25..e5717d6 100644 --- a/ppapi/thunk/ppb_browser_font_singleton_api.h +++ b/ppapi/thunk/ppb_browser_font_singleton_api.h @@ -1,28 +1,28 @@ -// Copyright (c) 2012 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#ifndef PPAPI_THUNK_PPB_BROWSER_FONT_SINGLETON_API_H_ -#define PPAPI_THUNK_PPB_BROWSER_FONT_SINGLETON_API_H_ - -#include "ppapi/c/pp_instance.h" -#include "ppapi/c/pp_var.h" -#include "ppapi/shared_impl/singleton_resource_id.h" - -namespace ppapi { -namespace thunk { - -class PPB_BrowserFont_Singleton_API { - public: - virtual ~PPB_BrowserFont_Singleton_API() {} - - virtual PP_Var GetFontFamilies(PP_Instance instance) = 0; - - static const SingletonResourceID kSingletonResourceID = - BROWSER_FONT_SINGLETON_ID; -}; - -} // namespace thunk -} // namespace ppapi - -#endif // PPAPI_THUNK_PPB_BROWSER_FONT_SINGLETON_API_H_ +// Copyright (c) 2012 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#ifndef PPAPI_THUNK_PPB_BROWSER_FONT_SINGLETON_API_H_ +#define PPAPI_THUNK_PPB_BROWSER_FONT_SINGLETON_API_H_ + +#include "ppapi/c/pp_instance.h" +#include "ppapi/c/pp_var.h" +#include "ppapi/shared_impl/singleton_resource_id.h" + +namespace ppapi { +namespace thunk { + +class PPB_BrowserFont_Singleton_API { + public: + virtual ~PPB_BrowserFont_Singleton_API() {} + + virtual PP_Var GetFontFamilies(PP_Instance instance) = 0; + + static const SingletonResourceID kSingletonResourceID = + BROWSER_FONT_SINGLETON_ID; +}; + +} // namespace thunk +} // namespace ppapi + +#endif // PPAPI_THUNK_PPB_BROWSER_FONT_SINGLETON_API_H_ -- cgit v1.1