| Index: components/arc/video/arc_video_service.cc
 | 
| diff --git a/components/arc/settings/arc_settings_bridge.cc b/components/arc/video/arc_video_service.cc
 | 
| similarity index 67%
 | 
| copy from components/arc/settings/arc_settings_bridge.cc
 | 
| copy to components/arc/video/arc_video_service.cc
 | 
| index 649ddbe40413eeef110040459f2eae2412825ff1..ba5f7ab30a82859e5cfa6d5fd5ac53bd50f09e1a 100644
 | 
| --- a/components/arc/settings/arc_settings_bridge.cc
 | 
| +++ b/components/arc/video/arc_video_service.cc
 | 
| @@ -2,10 +2,10 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "components/arc/settings/arc_settings_bridge.h"
 | 
| +#include "components/arc/video/arc_video_service.h"
 | 
|  
 | 
|  namespace arc {
 | 
|  
 | 
| -ArcSettingsBridge::~ArcSettingsBridge() {}
 | 
| +ArcVideoService::~ArcVideoService() {}
 | 
|  
 | 
|  }  // namespace arc
 | 
| 
 |