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

Unified Diff: chrome/browser/ui/webui/chrome_url_data_manager.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/chrome_url_data_manager.h
===================================================================
--- chrome/browser/ui/webui/chrome_url_data_manager.h (revision 92173)
+++ chrome/browser/ui/webui/chrome_url_data_manager.h (working copy)
@@ -13,12 +13,15 @@
#include "content/browser/browser_thread.h"
class ChromeURLDataManagerBackend;
-class DictionaryValue;
class FilePath;
class MessageLoop;
class Profile;
class RefCountedMemory;
+namespace base {
+class DictionaryValue;
+}
+
// To serve dynamic data off of chrome: URLs, implement the
// ChromeURLDataManager::DataSource interface and register your handler
// with AddDataSource. DataSources must be added on the UI thread (they are also
@@ -102,7 +105,8 @@
// TODO: nuke this and convert all callers to not replace.
virtual bool ShouldReplaceExistingSource() const;
- static void SetFontAndTextDirection(DictionaryValue* localized_strings);
+ static void SetFontAndTextDirection(
+ base::DictionaryValue* localized_strings);
protected:
virtual ~DataSource();
« no previous file with comments | « chrome/browser/translate/translate_prefs.h ('k') | chrome/browser/ui/webui/chromeos/login/eula_screen_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698