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

Unified Diff: core/fxge/android/cfpf_skiafont.h

Issue 2448293002: Name core/fxge/android files appropriately and use one file per class (Closed)
Patch Set: Fix build Created 4 years, 2 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: core/fxge/android/cfpf_skiafont.h
diff --git a/core/fxge/android/fpf_skiafont.h b/core/fxge/android/cfpf_skiafont.h
similarity index 88%
rename from core/fxge/android/fpf_skiafont.h
rename to core/fxge/android/cfpf_skiafont.h
index 3adf0c36cf9cfe38d00fc73a1c4b25cf1cbc2b38..ad0245d5d6401630c252b193a92982538d5044e8 100644
--- a/core/fxge/android/fpf_skiafont.h
+++ b/core/fxge/android/cfpf_skiafont.h
@@ -1,11 +1,11 @@
-// Copyright 2014 PDFium Authors. All rights reserved.
+// Copyright 2016 PDFium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_FXGE_ANDROID_FPF_SKIAFONT_H_
-#define CORE_FXGE_ANDROID_FPF_SKIAFONT_H_
+#ifndef CORE_FXGE_ANDROID_CFPF_SKIAFONT_H_
+#define CORE_FXGE_ANDROID_CFPF_SKIAFONT_H_
#include "core/fxcrt/fx_system.h"
#include "core/fxge/fx_font.h"
@@ -50,4 +50,4 @@ class CFPF_SkiaFont {
uint32_t m_dwRefCount;
};
-#endif // CORE_FXGE_ANDROID_FPF_SKIAFONT_H_
+#endif // CORE_FXGE_ANDROID_CFPF_SKIAFONT_H_

Powered by Google App Engine
This is Rietveld 408576698