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

Unified Diff: public/platform/WebServiceWorkerState.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
Index: public/platform/WebServiceWorkerState.h
diff --git a/public/platform/WebServiceWorkerState.h b/public/platform/WebServiceWorkerState.h
index 9d882c143dafcb4314d71be696e8490535a61c95..ab484f08a98ce7da33e39f1cc1398a40cce32196 100644
--- a/public/platform/WebServiceWorkerState.h
+++ b/public/platform/WebServiceWorkerState.h
@@ -2,21 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WebServiceWorkerState_h
-#define WebServiceWorkerState_h
-
-namespace blink {
-
-enum WebServiceWorkerState {
- WebServiceWorkerStateUnknown,
- WebServiceWorkerStateInstalling,
- WebServiceWorkerStateInstalled,
- WebServiceWorkerStateActivating,
- WebServiceWorkerStateActivated,
- WebServiceWorkerStateRedundant,
- WebServiceWorkerStateLast = WebServiceWorkerStateRedundant
-};
-
-} // namespace blink
-
-#endif // WebServiceWorkerState_h
+#include "public/platform/modules/serviceworker/WebServiceWorkerState.h"
« no previous file with comments | « public/platform/WebServiceWorkerSkipWaitingCallbacks.h ('k') | public/platform/modules/serviceworker/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698