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

Unified Diff: chrome/browser/ui/page_info/permission_menu_model.h

Issue 2744823004: Move cross-platform Page Info UI code to its own folder. (Closed)
Patch Set: Update test build file with changes not caught by mass-rename.py 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
« no previous file with comments | « chrome/browser/ui/page_info/OWNERS ('k') | chrome/browser/ui/page_info/permission_menu_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/page_info/permission_menu_model.h
diff --git a/chrome/browser/ui/website_settings/permission_menu_model.h b/chrome/browser/ui/page_info/permission_menu_model.h
similarity index 87%
rename from chrome/browser/ui/website_settings/permission_menu_model.h
rename to chrome/browser/ui/page_info/permission_menu_model.h
index 86cab8b8bd292e2f1de87c673bca31527aeaacc6..01425a6cc0c2ba3e786be273839456f41945c779 100644
--- a/chrome/browser/ui/website_settings/permission_menu_model.h
+++ b/chrome/browser/ui/page_info/permission_menu_model.h
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_UI_WEBSITE_SETTINGS_PERMISSION_MENU_MODEL_H_
-#define CHROME_BROWSER_UI_WEBSITE_SETTINGS_PERMISSION_MENU_MODEL_H_
+#ifndef CHROME_BROWSER_UI_PAGE_INFO_PERMISSION_MENU_MODEL_H_
+#define CHROME_BROWSER_UI_PAGE_INFO_PERMISSION_MENU_MODEL_H_
#include "base/macros.h"
-#include "chrome/browser/ui/website_settings/website_settings_ui.h"
+#include "chrome/browser/ui/page_info/website_settings_ui.h"
#include "components/content_settings/core/common/content_settings.h"
#include "components/content_settings/core/common/content_settings_types.h"
#include "ui/base/models/simple_menu_model.h"
@@ -53,4 +53,4 @@ class PermissionMenuModel : public ui::SimpleMenuModel,
DISALLOW_COPY_AND_ASSIGN(PermissionMenuModel);
};
-#endif // CHROME_BROWSER_UI_WEBSITE_SETTINGS_PERMISSION_MENU_MODEL_H_
+#endif // CHROME_BROWSER_UI_PAGE_INFO_PERMISSION_MENU_MODEL_H_
« no previous file with comments | « chrome/browser/ui/page_info/OWNERS ('k') | chrome/browser/ui/page_info/permission_menu_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698