Index: content/renderer/webworker_proxy.h |
=================================================================== |
--- content/renderer/webworker_proxy.h (revision 78516) |
+++ content/renderer/webworker_proxy.h (working copy) |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_RENDERER_WEBWORKER_PROXY_H_ |
-#define CHROME_RENDERER_WEBWORKER_PROXY_H_ |
+#ifndef CONTENT_RENDERER_WEBWORKER_PROXY_H_ |
+#define CONTENT_RENDERER_WEBWORKER_PROXY_H_ |
#pragma once |
#include <vector> |
#include "base/basictypes.h" |
-#include "chrome/renderer/webworker_base.h" |
+#include "content/renderer/webworker_base.h" |
#include "ipc/ipc_channel.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebWorker.h" |
@@ -63,4 +63,4 @@ |
DISALLOW_COPY_AND_ASSIGN(WebWorkerProxy); |
}; |
-#endif // CHROME_RENDERER_WEBWORKER_PROXY_H_ |
+#endif // CONTENT_RENDERER_WEBWORKER_PROXY_H_ |