Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ui / base / ime / win / tsf_input_scope.cc
index ccfda53..f40f928 100644 (file)
@@ -29,7 +29,7 @@ void AppendNonTrivialInputScope(std::vector<InputScope>* input_scopes,
   input_scopes->push_back(input_scope);
 }
 
-class TSFInputScope : public ITfInputScope {
+class TSFInputScope FINAL : public ITfInputScope {
  public:
   explicit TSFInputScope(const std::vector<InputScope>& input_scopes)
       : input_scopes_(input_scopes),