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

Unified Diff: chrome/browser/ui/cocoa/device_chooser_content_view_cocoa.h

Issue 2595083002: Change ChooserContentView[Cocoa] class name to be DeviceChooserContentView[Cocoa] (Closed)
Patch Set: merge master Created 3 years, 12 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/device_chooser_content_view_cocoa.h
diff --git a/chrome/browser/ui/cocoa/chooser_content_view_cocoa.h b/chrome/browser/ui/cocoa/device_chooser_content_view_cocoa.h
similarity index 93%
rename from chrome/browser/ui/cocoa/chooser_content_view_cocoa.h
rename to chrome/browser/ui/cocoa/device_chooser_content_view_cocoa.h
index 434b310c27e3988c94ab59ce5516d052de361b40..1179bbef3ff6775bc2fa69c3ba3a718699794bda 100644
--- a/chrome/browser/ui/cocoa/chooser_content_view_cocoa.h
+++ b/chrome/browser/ui/cocoa/device_chooser_content_view_cocoa.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_UI_COCOA_CHOOSER_CONTENT_VIEW_COCOA_H_
-#define CHROME_BROWSER_UI_COCOA_CHOOSER_CONTENT_VIEW_COCOA_H_
+#ifndef CHROME_BROWSER_UI_COCOA_DEVICE_CHOOSER_CONTENT_VIEW_COCOA_H_
+#define CHROME_BROWSER_UI_COCOA_DEVICE_CHOOSER_CONTENT_VIEW_COCOA_H_
#import <Cocoa/Cocoa.h>
@@ -16,7 +16,7 @@ class ChooserController;
@class SpinnerView;
// A chooser content view class that user can select an option.
-@interface ChooserContentViewCocoa : NSView {
+@interface DeviceChooserContentViewCocoa : NSView {
@private
base::scoped_nsobject<NSTextField> titleView_;
base::scoped_nsobject<NSButton> adapterOffHelpButton_;
@@ -136,4 +136,4 @@ class ChooserController;
@end
-#endif // CHROME_BROWSER_UI_COCOA_CHOOSER_CONTENT_VIEW_COCOA_H_
+#endif // CHROME_BROWSER_UI_COCOA_DEVICE_CHOOSER_CONTENT_VIEW_COCOA_H_
« no previous file with comments | « chrome/browser/ui/cocoa/chooser_content_view_cocoa.mm ('k') | chrome/browser/ui/cocoa/device_chooser_content_view_cocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698