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

Unified Diff: chrome/browser/ui/cocoa/page_info/permission_selector_button.h

Issue 2741933003: Move Cocoa Page Info UI code to its own folder. (Closed)
Patch Set: Fixin' more unit tests BUILD paths (does mass_rename.py just not pick those up? => crbug.com/701529) Created 3 years, 9 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/page_info/permission_selector_button.h
diff --git a/chrome/browser/ui/cocoa/website_settings/permission_selector_button.h b/chrome/browser/ui/cocoa/page_info/permission_selector_button.h
similarity index 83%
rename from chrome/browser/ui/cocoa/website_settings/permission_selector_button.h
rename to chrome/browser/ui/cocoa/page_info/permission_selector_button.h
index 5e0c7f63f75e28c817f6e8008139dca8d5f0ccb2..c3acdd90e8c25fe549d2a179583f9405c38b467d 100644
--- a/chrome/browser/ui/cocoa/website_settings/permission_selector_button.h
+++ b/chrome/browser/ui/cocoa/page_info/permission_selector_button.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_WEBSITE_SETTINGS_PERMISSION_SELECTOR_BUTTON_H_
-#define CHROME_BROWSER_UI_COCOA_WEBSITE_SETTINGS_PERMISSION_SELECTOR_BUTTON_H_
+#ifndef CHROME_BROWSER_UI_COCOA_PAGE_INFO_PERMISSION_SELECTOR_BUTTON_H_
+#define CHROME_BROWSER_UI_COCOA_PAGE_INFO_PERMISSION_SELECTOR_BUTTON_H_
#import <Cocoa/Cocoa.h>
@@ -37,4 +37,4 @@ class Profile;
@end
-#endif // CHROME_BROWSER_UI_COCOA_WEBSITE_SETTINGS_PERMISSION_SELECTOR_BUTTON_H_
+#endif // CHROME_BROWSER_UI_COCOA_PAGE_INFO_PERMISSION_SELECTOR_BUTTON_H_
« no previous file with comments | « chrome/browser/ui/cocoa/page_info/OWNERS ('k') | chrome/browser/ui/cocoa/page_info/permission_selector_button.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698