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

Unified Diff: third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.h

Issue 1780523003: Rename platform/fonts/CharacterData.h to avoid conflict with core/dom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add TODO comment Created 4 years, 9 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: third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.h
diff --git a/third_party/WebKit/Source/platform/fonts/CharacterData.h b/third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.h
similarity index 98%
rename from third_party/WebKit/Source/platform/fonts/CharacterData.h
rename to third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.h
index a9c8f21d959abca0d2175a66afbf97d96d785206..560fde0a253aadd37fc2be8da11ce81ff662bfd5 100644
--- a/third_party/WebKit/Source/platform/fonts/CharacterData.h
+++ b/third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CharacterData_h
-#define CharacterData_h
+#ifndef CharacterPropertyDataGenerator_h
+#define CharacterPropertyDataGenerator_h
#include <unicode/uobject.h>

Powered by Google App Engine
This is Rietveld 408576698