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

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

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
« no previous file with comments | « content/common/service_worker/service_worker_types.h ('k') | content/common/service_worker_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/service_worker/service_worker_types.cc
diff --git a/content/common/service_worker_types.cc b/content/common/service_worker/service_worker_types.cc
similarity index 89%
rename from content/common/service_worker_types.cc
rename to content/common/service_worker/service_worker_types.cc
index c4567520f32b714041bd7df28830a21d721e656d..25d9fe275bccb500831dc5112733a3654eb963e3 100644
--- a/content/common/service_worker_types.cc
+++ b/content/common/service_worker/service_worker_types.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/common/service_worker_types.h"
+#include "content/common/service_worker/service_worker_types.h"
namespace content {
« no previous file with comments | « content/common/service_worker/service_worker_types.h ('k') | content/common/service_worker_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698