| Index: chrome/browser/chromeos/status/memory_menu_button.h
|
| diff --git a/chrome/browser/chromeos/status/memory_menu_button.h b/chrome/browser/chromeos/status/memory_menu_button.h
|
| index 3704e02d18aff2fb76094fcd3cfccdadac3bae1d..b6db4238f6f1b79e8aa0c6d1a5a170d0423eb8fa 100644
|
| --- a/chrome/browser/chromeos/status/memory_menu_button.h
|
| +++ b/chrome/browser/chromeos/status/memory_menu_button.h
|
| @@ -23,8 +23,6 @@ class MenuItemView;
|
| class MenuRunner;
|
| }
|
|
|
| -namespace chromeos {
|
| -
|
| // Memory debugging display that lives in the status area.
|
| class MemoryMenuButton : public StatusAreaButton,
|
| public views::MenuDelegate,
|
| @@ -78,6 +76,4 @@ class MemoryMenuButton : public StatusAreaButton,
|
| DISALLOW_COPY_AND_ASSIGN(MemoryMenuButton);
|
| };
|
|
|
| -} // namespace chromeos
|
| -
|
| #endif // CHROME_BROWSER_CHROMEOS_STATUS_MEMORY_MENU_BUTTON_H_
|
|
|