| Index: components/translate/content/common/component_cld_data_source.cc | 
| diff --git a/components/translate/content/common/component_cld_data_source.cc b/components/translate/content/common/component_cld_data_source.cc | 
| deleted file mode 100644 | 
| index feec37e867267b9887f4333fd19a7ab9cf02b7c5..0000000000000000000000000000000000000000 | 
| --- a/components/translate/content/common/component_cld_data_source.cc | 
| +++ /dev/null | 
| @@ -1,21 +0,0 @@ | 
| -// Copyright 2014 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 "cld_data_source.h" | 
| - | 
| -namespace translate { | 
| - | 
| -std::string CldDataSource::GetName() { | 
| -  return "component"; | 
| -} | 
| - | 
| -bool CldDataSource::ShouldRegisterForComponentUpdates() { | 
| -  return true; | 
| -} | 
| - | 
| -bool CldDataSource::ShouldUseStandaloneDataFile() { | 
| -  return false; | 
| -} | 
| - | 
| -}  // namespace translate | 
|  |