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

Unified Diff: chrome/browser/ui/webui/chromeos/login/login_ui_helpers.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/chromeos/login/login_ui_helpers.h
===================================================================
--- chrome/browser/ui/webui/chromeos/login/login_ui_helpers.h (revision 92173)
+++ chrome/browser/ui/webui/chromeos/login/login_ui_helpers.h (working copy)
@@ -10,10 +10,13 @@
#include "base/string_piece.h"
-class DictionaryValue;
class FilePath;
class RefCountedBytes;
+namespace base {
+class DictionaryValue;
+}
+
namespace chromeos {
// This class is used for encapsulating the statics and other other messy
@@ -28,7 +31,7 @@
virtual base::StringPiece GetLoginHTML();
virtual std::string GetFullHTML(base::StringPiece login_html,
- DictionaryValue* localized_strings);
+ base::DictionaryValue* localized_strings);
virtual RefCountedBytes* CreateHTMLBytes(std::string full_html);
private:
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/login_ui.h ('k') | chrome/browser/ui/webui/chromeos/login/network_screen_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698