diff options
Diffstat (limited to 'content/common/font_config_ipc_linux.h')
-rw-r--r-- | content/common/font_config_ipc_linux.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/common/font_config_ipc_linux.h b/content/common/font_config_ipc_linux.h index 411ae5a..a36a994 100644 --- a/content/common/font_config_ipc_linux.h +++ b/content/common/font_config_ipc_linux.h @@ -1,10 +1,9 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// 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 CONTENT_COMMON_FONT_CONFIG_IPC_LINUX_H_ #define CONTENT_COMMON_FONT_CONFIG_IPC_LINUX_H_ -#pragma once #include "base/compiler_specific.h" #include "skia/ext/SkFontHost_fontconfig_impl.h" |