Index: ui/gfx/win/text_analysis_source.cc |
diff --git a/content/common/dwrite_text_analysis_source_win.cc b/ui/gfx/win/text_analysis_source.cc |
similarity index 95% |
rename from content/common/dwrite_text_analysis_source_win.cc |
rename to ui/gfx/win/text_analysis_source.cc |
index 19c6c54f5996b5ef618ed76dd92ee5857c338a5f..74bfbc853b382095a1300a50e9ad9aba2673e75c 100644 |
--- a/content/common/dwrite_text_analysis_source_win.cc |
+++ b/ui/gfx/win/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/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 |