Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1309)

Unified Diff: chrome/worker/worker_webkitclient_impl.h

Issue 384103: This patch is the rest of the lint cleanup minus the other open issue. (Closed)
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/worker/webworker_stub_base.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/worker/webworker_stub_base.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698