Index: content/worker/webworker_stub_base.cc |
=================================================================== |
--- content/worker/webworker_stub_base.cc (revision 78005) |
+++ content/worker/webworker_stub_base.cc (working copy) |
@@ -1,12 +1,12 @@ |
-// Copyright (c) 2009 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/worker/webworker_stub_base.h" |
+#include "content/worker/webworker_stub_base.h" |
#include "base/compiler_specific.h" |
-#include "chrome/worker/worker_thread.h" |
#include "content/common/child_process.h" |
+#include "content/worker/worker_thread.h" |
WebWorkerStubBase::WebWorkerStubBase( |
int route_id, const WorkerAppCacheInitInfo& appcache_init_info) |