| Index: ui/gfx/win/dwrite_text_analysis_source.cc
|
| diff --git a/content/common/dwrite_text_analysis_source_win.cc b/ui/gfx/win/dwrite_text_analysis_source.cc
|
| similarity index 95%
|
| rename from content/common/dwrite_text_analysis_source_win.cc
|
| rename to ui/gfx/win/dwrite_text_analysis_source.cc
|
| index 19c6c54f5996b5ef618ed76dd92ee5857c338a5f..4bcaf70381cac2c1fc87874e9a49c3a2b2947e27 100644
|
| --- a/content/common/dwrite_text_analysis_source_win.cc
|
| +++ b/ui/gfx/win/dwrite_text_analysis_source.cc
|
| @@ -2,11 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/common/dwrite_text_analysis_source_win.h"
|
| +#include "ui/gfx/win/dwrite_text_analysis_source.h"
|
|
|
| #include "base/logging.h"
|
|
|
| -namespace content {
|
| +namespace gfx {
|
| +namespace win {
|
|
|
| TextAnalysisSource::TextAnalysisSource() = default;
|
| TextAnalysisSource::~TextAnalysisSource() = default;
|
| @@ -79,4 +80,5 @@ HRESULT TextAnalysisSource::RuntimeClassInitialize(
|
| return S_OK;
|
| }
|
|
|
| -} // namespace content
|
| +} // namespace win
|
| +} // namespace gfx
|
|
|