Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4330)

Unified Diff: chrome/browser/ui/cocoa/extensions/media_galleries_dialog_cocoa.h

Issue 23727009: Cleanup: Remove chrome namespace for storage monitor and media galleries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nit Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/cocoa/extensions/media_galleries_dialog_cocoa.h
diff --git a/chrome/browser/ui/cocoa/extensions/media_galleries_dialog_cocoa.h b/chrome/browser/ui/cocoa/extensions/media_galleries_dialog_cocoa.h
index 54559af75d6ca049d428637f25cedafbcf0d5a2d..bde833437a4c41f96bacd0fbf0ff66b81d18812f 100644
--- a/chrome/browser/ui/cocoa/extensions/media_galleries_dialog_cocoa.h
+++ b/chrome/browser/ui/cocoa/extensions/media_galleries_dialog_cocoa.h
@@ -14,8 +14,6 @@
@class ConstrainedWindowAlert;
@class MediaGalleriesCocoaController;
-namespace chrome {
-
class MediaGalleriesDialogBrowserTest;
class MediaGalleriesDialogTest;
@@ -94,6 +92,4 @@ class MediaGalleriesDialogCocoa : public ConstrainedWindowMacDelegate,
DISALLOW_COPY_AND_ASSIGN(MediaGalleriesDialogCocoa);
};
-} // namespace chrome
-
#endif // CHROME_BROWSER_UI_COCOA_EXTENSIONS_MEDIA_GALLERIES_DIALOG_COCOA_H_

Powered by Google App Engine
This is Rietveld 408576698