Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Unified Diff: components/arc/video/arc_video_service.cc

Issue 1451353002: Implement GpuArcVideoService for arc video accelerator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and addressed luis's comments Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698