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

Unified Diff: content/common/service_worker/service_worker_types.h

Issue 127583002: Separate EmbeddedWorker messages into another file to use different msg class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: build fix Created 6 years, 11 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/common/service_worker/service_worker_types.h
diff --git a/content/common/service_worker_types.h b/content/common/service_worker/service_worker_types.h
similarity index 83%
rename from content/common/service_worker_types.h
rename to content/common/service_worker/service_worker_types.h
index 19a763f44c776d93db32057e37c0b0e7959bd24e..527c99874f1012f511ebb24d31923662271debf1 100644
--- a/content/common/service_worker_types.h
+++ b/content/common/service_worker/service_worker_types.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_COMMON_SERVICE_WORKER_TYPES_H_
-#define CONTENT_COMMON_SERVICE_WORKER_TYPES_H_
+#ifndef CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_TYPES_H_
+#define CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_TYPES_H_
#include <map>
#include <string>
@@ -35,4 +35,4 @@ struct CONTENT_EXPORT ServiceWorkerFetchRequest {
} // namespace content
-#endif // CONTENT_COMMON_SERVICE_WORKER_TYPES_H_
+#endif // CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_TYPES_H_
« no previous file with comments | « content/common/service_worker/service_worker_messages.h ('k') | content/common/service_worker/service_worker_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698