From 11f48572859aca238afeb436d2504c5ffab49f07 Mon Sep 17 00:00:00 2001 From: "erg@google.com" Date: Fri, 13 Nov 2009 19:56:17 +0000 Subject: Fixes almost all of the rest of lint errors in the chrome/ directory (minus the really hard ones which will need actual review instead of rubber-stamping.) Review URL: http://codereview.chromium.org/386026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31932 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/worker/websharedworker_stub.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chrome/worker/websharedworker_stub.h') diff --git a/chrome/worker/websharedworker_stub.h b/chrome/worker/websharedworker_stub.h index 426aaad..b12cd99 100644 --- a/chrome/worker/websharedworker_stub.h +++ b/chrome/worker/websharedworker_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 CHROME_WORKER_WEB_SHARED_WORKER_STUB_H_ -#define CHROME_WORKER_WEB_SHARED_WORKER_STUB_H_ +#ifndef CHROME_WORKER_WEBSHAREDWORKER_STUB_H_ +#define CHROME_WORKER_WEBSHAREDWORKER_STUB_H_ #include "chrome/worker/webworker_stub_base.h" #include "chrome/worker/webworkerclient_proxy.h" @@ -38,4 +38,4 @@ class WebSharedWorkerStub : public WebWorkerStubBase { DISALLOW_COPY_AND_ASSIGN(WebSharedWorkerStub); }; -#endif // CHROME_WORKER_WEB_SHARED_WORKER_STUB_H_ +#endif // CHROME_WORKER_WEBSHAREDWORKER_STUB_H_ -- cgit v1.1