| Index: chrome/browser/ui/startup/bad_flags_prompt.h
|
| diff --git a/chrome/browser/ui/startup/bad_flags_prompt.h b/chrome/browser/ui/startup/bad_flags_prompt.h
|
| index c4c9d1d237cc9e437698cddb8016e8ab0a0a8b41..431e46b1ff4f3c8b40b1c21accae7294586d2e1c 100644
|
| --- a/chrome/browser/ui/startup/bad_flags_prompt.h
|
| +++ b/chrome/browser/ui/startup/bad_flags_prompt.h
|
| @@ -8,12 +8,12 @@
|
|
|
| class Browser;
|
|
|
| -namespace browser {
|
| +namespace chrome {
|
|
|
| // Shows a warning notification in |browser| that the app was run with dangerous
|
| // command line flags.
|
| void ShowBadFlagsPrompt(Browser* browser);
|
|
|
| -}
|
| +} // namespace chrome
|
|
|
| #endif // CHROME_BROWSER_UI_STARTUP_BAD_FLAGS_PROMPT_H_
|
|
|