| Index: chrome/browser/ui/user_data_dir_dialog.h
|
| diff --git a/chrome/browser/ui/user_data_dir_dialog.h b/chrome/browser/ui/user_data_dir_dialog.h
|
| index 24b633110daad9ff38cf45692d1e1bd92045b9c6..ac0264c24496ef817fee1772aa6f046611cc0aba 100644
|
| --- a/chrome/browser/ui/user_data_dir_dialog.h
|
| +++ b/chrome/browser/ui/user_data_dir_dialog.h
|
| @@ -8,7 +8,7 @@
|
|
|
| class FilePath;
|
|
|
| -namespace browser {
|
| +namespace chrome {
|
|
|
| // Shows a user data directory picker dialog. The method blocks while the dialog
|
| // is showing. If the user picks a directory, this method returns the chosen
|
| @@ -16,6 +16,6 @@ namespace browser {
|
| // use.
|
| FilePath ShowUserDataDirDialog(const FilePath& user_data_dir);
|
|
|
| -} // namespace browser
|
| +} // namespace chrome
|
|
|
| #endif // CHROME_BROWSER_UI_USER_DATA_DIR_DIALOG_H_
|
|
|