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

Unified Diff: chrome/browser/ui/webui/options/import_data_handler.h

Issue 7259019: Move base/values.h into the base namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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/options/import_data_handler.h
===================================================================
--- chrome/browser/ui/webui/options/import_data_handler.h (revision 92173)
+++ chrome/browser/ui/webui/options/import_data_handler.h (working copy)
@@ -25,14 +25,14 @@
virtual ~ImportDataHandler();
// OptionsPageUIHandler:
- virtual void GetLocalizedValues(DictionaryValue* localized_strings);
+ virtual void GetLocalizedValues(base::DictionaryValue* localized_strings);
virtual void Initialize();
// WebUIMessageHandler:
virtual void RegisterMessages();
private:
- void ImportData(const ListValue* args);
+ void ImportData(const base::ListValue* args);
// ImporterList::Observer:
virtual void OnSourceProfilesLoaded() OVERRIDE;
« no previous file with comments | « chrome/browser/ui/webui/options/handler_options_handler.h ('k') | chrome/browser/ui/webui/options/language_options_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698