diff options
Diffstat (limited to 'chrome/browser/views/user_data_dir_dialog.h')
-rw-r--r-- | chrome/browser/views/user_data_dir_dialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/views/user_data_dir_dialog.h b/chrome/browser/views/user_data_dir_dialog.h index a4421d9..5634e96 100644 --- a/chrome/browser/views/user_data_dir_dialog.h +++ b/chrome/browser/views/user_data_dir_dialog.h @@ -5,8 +5,8 @@ // A dialog box that tells the user that we can't write to the specified user // data directory. Provides the user a chance to pick a different directory. -#ifndef CHROME_BROWSER_USER_DATA_DIR_DIALOG_H__ -#define CHROME_BROWSER_USER_DATA_DIR_DIALOG_H__ +#ifndef CHROME_BROWSER_VIEWS_USER_DATA_DIR_DIALOG_H_ +#define CHROME_BROWSER_VIEWS_USER_DATA_DIR_DIALOG_H_ #include "base/basictypes.h" #include "base/message_loop.h" @@ -68,4 +68,4 @@ class UserDataDirDialog : public views::DialogDelegate, DISALLOW_COPY_AND_ASSIGN(UserDataDirDialog); }; -#endif // CHROME_BROWSER_USER_DATA_DIR_DIALOG_H__ +#endif // CHROME_BROWSER_VIEWS_USER_DATA_DIR_DIALOG_H_ |