| Index: chrome/browser/ui/simple_message_box.h
|
| diff --git a/chrome/browser/ui/simple_message_box.h b/chrome/browser/ui/simple_message_box.h
|
| index ea6df3d23959a57db74444ca9d9546acdd64c8fd..bd85403da99ab6f5fa897386e1d202769a45a33b 100644
|
| --- a/chrome/browser/ui/simple_message_box.h
|
| +++ b/chrome/browser/ui/simple_message_box.h
|
| @@ -9,7 +9,7 @@
|
| #include "base/string16.h"
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| -namespace browser {
|
| +namespace chrome {
|
|
|
| enum MessageBoxResult {
|
| MESSAGE_BOX_RESULT_NO = 0,
|
| @@ -35,6 +35,6 @@ MessageBoxResult ShowMessageBox(gfx::NativeWindow parent,
|
| const string16& message,
|
| MessageBoxType type);
|
|
|
| -} // namespace browser
|
| +} // namespace chrome
|
|
|
| #endif // CHROME_BROWSER_UI_SIMPLE_MESSAGE_BOX_H_
|
|
|