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

Unified Diff: content/child/service_worker/web_service_worker_impl.cc

Issue 25008006: Flush out initial [un]registerServiceWorker roundtrip (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix naming, other small nits Created 7 years, 2 months 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: content/child/service_worker/web_service_worker_impl.cc
diff --git a/content/common/gpu/surface_capturer.cc b/content/child/service_worker/web_service_worker_impl.cc
similarity index 64%
copy from content/common/gpu/surface_capturer.cc
copy to content/child/service_worker/web_service_worker_impl.cc
index ce02b4d83191c910841ef5f12ccfeba55d7e2dae..02d9cf8ca772096907baeb01c944c7a11d9f3a3e 100644
--- a/content/common/gpu/surface_capturer.cc
+++ b/content/child/service_worker/web_service_worker_impl.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 "content/common/gpu/surface_capturer.h"
+#include "content/child/service_worker/web_service_worker_impl.h"
namespace content {
-SurfaceCapturer::~SurfaceCapturer() {}
+WebServiceWorkerImpl::~WebServiceWorkerImpl() {}
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698