| Index: chrome/browser/gtk/options/passwords_exceptions_window_gtk.h
|
| diff --git a/chrome/browser/gtk/options/passwords_exceptions_window_gtk.h b/chrome/browser/gtk/options/passwords_exceptions_window_gtk.h
|
| index cca03f90939a1581c2ce13c5469f64411cc6d668..45aa8e08988629a7f0ccdce83b74bf78040b995a 100644
|
| --- a/chrome/browser/gtk/options/passwords_exceptions_window_gtk.h
|
| +++ b/chrome/browser/gtk/options/passwords_exceptions_window_gtk.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_GTK_OPTIONS_PASSWORDS_EXCEPTIONS_WINDOW_H_
|
| -#define CHROME_BROWSER_GTK_OPTIONS_PASSWORDS_EXCEPTIONS_WINDOW_H_
|
| +#ifndef CHROME_BROWSER_GTK_OPTIONS_PASSWORDS_EXCEPTIONS_WINDOW_GTK_H_
|
| +#define CHROME_BROWSER_GTK_OPTIONS_PASSWORDS_EXCEPTIONS_WINDOW_GTK_H_
|
|
|
| class Profile;
|
|
|
| void ShowPasswordsExceptionsWindow(Profile* profile);
|
|
|
| -#endif // #ifndef CHROME_BROWSER_GTK_OPTIONS_PASSWORDS_EXCEPTIONS_WINDOW_H_
|
| +#endif // CHROME_BROWSER_GTK_OPTIONS_PASSWORDS_EXCEPTIONS_WINDOW_GTK_H_
|
|
|