| Index: components/translate/content/common/standalone_cld_data_source.cc | 
| diff --git a/components/translate/content/common/standalone_cld_data_source.cc b/components/translate/content/common/standalone_cld_data_source.cc | 
| deleted file mode 100644 | 
| index 286ef1d3a9cae98986d18d86fa9c5460bec6bd32..0000000000000000000000000000000000000000 | 
| --- a/components/translate/content/common/standalone_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 "standalone"; | 
| -} | 
| - | 
| -bool CldDataSource::ShouldRegisterForComponentUpdates() { | 
| -  return false; | 
| -} | 
| - | 
| -bool CldDataSource::ShouldUseStandaloneDataFile() { | 
| -  return true; | 
| -} | 
| - | 
| -}  // namespace translate | 
|  |