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

Unified Diff: public/platform/WebServiceWorkerClientsClaimCallbacks.h

Issue 1262943002: Move ServiceWorker public headers to public/{web,platform}/modules/serviceworker (1/3) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased 2 Created 5 years, 4 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
« no previous file with comments | « public/platform/WebServiceWorkerClientType.h ('k') | public/platform/WebServiceWorkerClientsInfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebServiceWorkerClientsClaimCallbacks.h
diff --git a/public/platform/WebServiceWorkerClientsClaimCallbacks.h b/public/platform/WebServiceWorkerClientsClaimCallbacks.h
index fc3017e1b833ce9903d51dd52a2e776406ad0982..b24a75badf572ff9d4d0c5cabe305b4a8911aa6d 100644
--- a/public/platform/WebServiceWorkerClientsClaimCallbacks.h
+++ b/public/platform/WebServiceWorkerClientsClaimCallbacks.h
@@ -2,17 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WebServiceWorkerClientsClaimCallbacks_h
-#define WebServiceWorkerClientsClaimCallbacks_h
-
-#include "public/platform/WebCallbacks.h"
-
-namespace blink {
-
-struct WebServiceWorkerError;
-
-using WebServiceWorkerClientsClaimCallbacks = WebCallbacks<void, const WebServiceWorkerError&>;
-
-} // namespace blink
-
-#endif // WebServiceWorkerClientsClaimCallbacks_h
+#include "public/platform/modules/serviceworker/WebServiceWorkerClientsClaimCallbacks.h"
« no previous file with comments | « public/platform/WebServiceWorkerClientType.h ('k') | public/platform/WebServiceWorkerClientsInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698