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

Unified Diff: chrome/browser/ui/webui/options2/autofill_options_handler.h

Issue 10857071: Options: Rename options2 namespace to options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix. Created 8 years, 4 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/webui/options2/autofill_options_handler.h
diff --git a/chrome/browser/ui/webui/options2/autofill_options_handler.h b/chrome/browser/ui/webui/options2/autofill_options_handler.h
index 16b65f0b5471cbde6a8e9d77531a92b866c7e950..18af5b0644984a57f1ef99412b9371c588439783 100644
--- a/chrome/browser/ui/webui/options2/autofill_options_handler.h
+++ b/chrome/browser/ui/webui/options2/autofill_options_handler.h
@@ -18,7 +18,7 @@ class DictionaryValue;
class ListValue;
}
-namespace options2 {
+namespace options {
class AutofillOptionsHandler : public OptionsPageUIHandler,
public PersonalDataManagerObserver {
@@ -92,6 +92,6 @@ class AutofillOptionsHandler : public OptionsPageUIHandler,
DISALLOW_COPY_AND_ASSIGN(AutofillOptionsHandler);
};
-} // namespace options2
+} // namespace options
#endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_AUTOFILL_OPTIONS_HANDLER_H_

Powered by Google App Engine
This is Rietveld 408576698