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

Unified Diff: chrome/browser/dom_ui/flags_ui.h

Issue 3777005: Rename about:labs to about:flags, part 3/3 (Closed)
Patch Set: comments Created 10 years, 2 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/dom_ui/dom_ui_factory.cc ('k') | chrome/browser/dom_ui/flags_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/flags_ui.h
diff --git a/chrome/browser/dom_ui/labs_ui.h b/chrome/browser/dom_ui/flags_ui.h
similarity index 62%
rename from chrome/browser/dom_ui/labs_ui.h
rename to chrome/browser/dom_ui/flags_ui.h
index 0919030a4ae634895f671b11b805323e11cd9b27..831ffe438ee08510ab7396782fa4d266c1b3e306 100644
--- a/chrome/browser/dom_ui/labs_ui.h
+++ b/chrome/browser/dom_ui/flags_ui.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_DOM_UI_LABS_UI_H_
-#define CHROME_BROWSER_DOM_UI_LABS_UI_H_
+#ifndef CHROME_BROWSER_DOM_UI_FLAGS_UI_H_
+#define CHROME_BROWSER_DOM_UI_FLAGS_UI_H_
#pragma once
#include "chrome/browser/dom_ui/dom_ui.h"
@@ -11,15 +11,15 @@
class PrefService;
class RefCountedMemory;
-class LabsUI : public DOMUI {
+class FlagsUI : public DOMUI {
public:
- explicit LabsUI(TabContents* contents);
+ explicit FlagsUI(TabContents* contents);
static RefCountedMemory* GetFaviconResourceBytes();
static void RegisterUserPrefs(PrefService* prefs);
private:
- DISALLOW_COPY_AND_ASSIGN(LabsUI);
+ DISALLOW_COPY_AND_ASSIGN(FlagsUI);
};
-#endif // CHROME_BROWSER_DOM_UI_LABS_UI_H_
+#endif // CHROME_BROWSER_DOM_UI_FLAGS_UI_H_
« no previous file with comments | « chrome/browser/dom_ui/dom_ui_factory.cc ('k') | chrome/browser/dom_ui/flags_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698