Index: content/renderer/shared_worker/embedded_shared_worker_stub.h |
diff --git a/content/renderer/shared_worker/embedded_shared_worker_stub.h b/content/renderer/shared_worker/embedded_shared_worker_stub.h |
index 5575de048cb88de5889f211aaf1bd616f888043f..1147c8188b6e6b8086eb911518e636fa26e07203 100644 |
--- a/content/renderer/shared_worker/embedded_shared_worker_stub.h |
+++ b/content/renderer/shared_worker/embedded_shared_worker_stub.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_RENDERER_SHARED_WORKER_EMBEDDED_SHARED_WORKER_STUB_H |
-#define CONTENT_RENDERER_SHARED_WORKER_EMBEDDED_SHARED_WORKER_STUB_H |
+#ifndef CONTENT_RENDERER_SHARED_WORKER_EMBEDDED_SHARED_WORKER_STUB_H_ |
+#define CONTENT_RENDERER_SHARED_WORKER_EMBEDDED_SHARED_WORKER_STUB_H_ |
#include <vector> |
@@ -94,4 +94,4 @@ class EmbeddedSharedWorkerStub : public IPC::Listener, |
} // namespace content |
-#endif // CONTENT_RENDERER_SHARED_WORKER_EMBEDDED_SHARED_WORKER_STUB_H |
+#endif // CONTENT_RENDERER_SHARED_WORKER_EMBEDDED_SHARED_WORKER_STUB_H_ |