| Index: chrome/browser/views/external_protocol_dialog.h
|
| diff --git a/chrome/browser/views/external_protocol_dialog.h b/chrome/browser/views/external_protocol_dialog.h
|
| index c7a01d14b8a4b32c82e01ba03de6e3fd4ccdb3ae..4a5e469875eb274f31d2546f02c02317485841d8 100644
|
| --- a/chrome/browser/views/external_protocol_dialog.h
|
| +++ b/chrome/browser/views/external_protocol_dialog.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_EXTERNAL_PROTOCOL_DIALOG_H_
|
| -#define CHROME_BROWSER_EXTERNAL_PROTOCOL_DIALOG_H_
|
| +#ifndef CHROME_BROWSER_VIEWS_EXTERNAL_PROTOCOL_DIALOG_H_
|
| +#define CHROME_BROWSER_VIEWS_EXTERNAL_PROTOCOL_DIALOG_H_
|
|
|
| #include "base/time.h"
|
| #include "googleurl/src/gurl.h"
|
| @@ -55,4 +55,4 @@ class ExternalProtocolDialog : public views::DialogDelegate {
|
| DISALLOW_COPY_AND_ASSIGN(ExternalProtocolDialog);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_EXTERNAL_PROTOCOL_DIALOG_H_
|
| +#endif // CHROME_BROWSER_VIEWS_EXTERNAL_PROTOCOL_DIALOG_H_
|
|
|