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

Unified Diff: chrome/browser/ui/cocoa/page_info/website_settings_utils_cocoa.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/website_settings_utils_cocoa.h
diff --git a/chrome/browser/ui/cocoa/website_settings/website_settings_utils_cocoa.h b/chrome/browser/ui/cocoa/page_info/website_settings_utils_cocoa.h
similarity index 56%
rename from chrome/browser/ui/cocoa/website_settings/website_settings_utils_cocoa.h
rename to chrome/browser/ui/cocoa/page_info/website_settings_utils_cocoa.h
index bd311ff79d5e76913dec91d7eea6be6048ab4280..f4cbb0b5d9109d734aaf146633ee9f7ffe787b8a 100644
--- a/chrome/browser/ui/cocoa/website_settings/website_settings_utils_cocoa.h
+++ b/chrome/browser/ui/cocoa/page_info/website_settings_utils_cocoa.h
@@ -2,12 +2,12 @@
// 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_WEBSITE_SETTINGS_UTILS_COCOA_H_
-#define CHROME_BROWSER_UI_COCOA_WEBSITE_SETTINGS_WEBSITE_SETTINGS_UTILS_COCOA_H_
+#ifndef CHROME_BROWSER_UI_COCOA_PAGE_INFO_WEBSITE_SETTINGS_UTILS_COCOA_H_
+#define CHROME_BROWSER_UI_COCOA_PAGE_INFO_WEBSITE_SETTINGS_UTILS_COCOA_H_
#import <Cocoa/Cocoa.h>
NSSize SizeForWebsiteSettingsButtonTitle(NSPopUpButton* button,
NSString* title);
-#endif // CHROME_BROWSER_UI_COCOA_WEBSITE_SETTINGS_WEBSITE_SETTINGS_UTILS_COCOA_H_
+#endif // CHROME_BROWSER_UI_COCOA_PAGE_INFO_WEBSITE_SETTINGS_UTILS_COCOA_H_

Powered by Google App Engine
This is Rietveld 408576698