Index: chrome/worker/worker_webkitclient_impl.h |
diff --git a/chrome/worker/worker_webkitclient_impl.h b/chrome/worker/worker_webkitclient_impl.h |
index 0cb213cf75d3495f66a107b9eeead2f6bec38b15..23b75d87b995f5c9780d1878742d719e1f6203db 100644 |
--- a/chrome/worker/worker_webkitclient_impl.h |
+++ b/chrome/worker/worker_webkitclient_impl.h |
@@ -2,8 +2,8 @@ |
// source code is governed by a BSD-style license that can be found in the |
// LICENSE file. |
-#ifndef CHROME_WORKER_WORKER_WEBKIT_CLIENT_IMPL_H_ |
-#define CHROME_WORKER_WORKER_WEBKIT_CLIENT_IMPL_H_ |
+#ifndef CHROME_WORKER_WORKER_WEBKITCLIENT_IMPL_H_ |
+#define CHROME_WORKER_WORKER_WEBKITCLIENT_IMPL_H_ |
#include "third_party/WebKit/WebKit/chromium/public/WebMimeRegistry.h" |
#include "webkit/glue/webkitclient_impl.h" |
@@ -54,4 +54,4 @@ class WorkerWebKitClientImpl : public webkit_glue::WebKitClientImpl, |
const WebKit::WebString&); |
}; |
-#endif // CHROME_WORKER_WORKER_WEBKIT_CLIENT_IMPL_H_ |
+#endif // CHROME_WORKER_WORKER_WEBKITCLIENT_IMPL_H_ |