Index: third_party/WebKit/Source/platform/text/android/HyphenationAndroid.cpp |
diff --git a/third_party/WebKit/Source/platform/text/android/HyphenationAndroid.cpp b/third_party/WebKit/Source/platform/text/android/HyphenationAndroid.cpp |
deleted file mode 100644 |
index ca2b39fe6cce5b64bfbea81e4f691d92e2a85acc..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/Source/platform/text/android/HyphenationAndroid.cpp |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-// Copyright 2016 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. |
- |
-#include "platform/text/Hyphenation.h" |
- |
-namespace blink { |
- |
-PassRefPtr<Hyphenation> Hyphenation::platformGetHyphenation(const AtomicString&) |
-{ |
- return nullptr; |
-} |
- |
-} // namespace blink |