Index: content/renderer/webworker_base.h |
=================================================================== |
--- content/renderer/webworker_base.h (revision 78516) |
+++ content/renderer/webworker_base.h (working copy) |
@@ -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 CHROME_RENDERER_WEBWORKER_BASE_H_ |
-#define CHROME_RENDERER_WEBWORKER_BASE_H_ |
+#ifndef CONTENT_RENDERER_WEBWORKER_BASE_H_ |
+#define CONTENT_RENDERER_WEBWORKER_BASE_H_ |
#pragma once |
#include <vector> |
@@ -96,4 +96,4 @@ |
std::vector<IPC::Message*> queued_messages_; |
}; |
-#endif // CHROME_RENDERER_WEBWORKER_BASE_H_ |
+#endif // CONTENT_RENDERER_WEBWORKER_BASE_H_ |