| Index: chrome/browser/ui/cocoa/first_run_dialog.h
|
| diff --git a/chrome/browser/ui/cocoa/first_run_dialog.h b/chrome/browser/ui/cocoa/first_run_dialog.h
|
| index ea48d4b233f2a7d16d1967b97a965300c254e789..f57632561a667e168bc768e4db607e5b0222ecdf 100644
|
| --- a/chrome/browser/ui/cocoa/first_run_dialog.h
|
| +++ b/chrome/browser/ui/cocoa/first_run_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_FIRST_RUN_DIALOG_H_
|
| -#define CHROME_BROWSER_FIRST_RUN_DIALOG_H_
|
| +#ifndef CHROME_BROWSER_UI_COCOA_FIRST_RUN_DIALOG_H_
|
| +#define CHROME_BROWSER_UI_COCOA_FIRST_RUN_DIALOG_H_
|
|
|
| #import <Cocoa/Cocoa.h>
|
|
|
| @@ -34,4 +34,4 @@
|
|
|
| @end
|
|
|
| -#endif // CHROME_BROWSER_FIRST_RUN_DIALOG_H_
|
| +#endif // CHROME_BROWSER_UI_COCOA_FIRST_RUN_DIALOG_H_
|
|
|