| Index: chrome/browser/ssl/ssl_blocking_page.h
|
| diff --git a/chrome/browser/ssl/ssl_blocking_page.h b/chrome/browser/ssl/ssl_blocking_page.h
|
| index b83e16a4be5699aac962c3732053a24c3f580644..8ef9b28f0f4018d421285b398b0c225e4368fa0c 100644
|
| --- a/chrome/browser/ssl/ssl_blocking_page.h
|
| +++ b/chrome/browser/ssl/ssl_blocking_page.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_BROWSER_SSL_BLOCKING_PAGE_H_
|
| -#define CHROME_BROWSER_SSL_BLOCKING_PAGE_H_
|
| +#ifndef CHROME_BROWSER_SSL_SSL_BLOCKING_PAGE_H_
|
| +#define CHROME_BROWSER_SSL_SSL_BLOCKING_PAGE_H_
|
|
|
| #include <string>
|
|
|
| @@ -70,4 +70,4 @@ class SSLBlockingPage : public InterstitialPage {
|
| DISALLOW_COPY_AND_ASSIGN(SSLBlockingPage);
|
| };
|
|
|
| -#endif // #ifndef CHROME_BROWSER_SSL_BLOCKING_PAGE_H_
|
| +#endif // CHROME_BROWSER_SSL_SSL_BLOCKING_PAGE_H_
|
|
|