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

Unified Diff: chrome/browser/chromeos/notifications/balloon_view_host.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/chromeos/notifications/balloon_view_host.h
===================================================================
--- chrome/browser/chromeos/notifications/balloon_view_host.h (revision 92173)
+++ chrome/browser/chromeos/notifications/balloon_view_host.h (working copy)
@@ -15,12 +15,15 @@
#include "base/compiler_specific.h"
#include "ui/gfx/native_widget_types.h"
-class ListValue;
class GURL;
+namespace base {
+class ListValue;
+}
+
namespace chromeos {
-typedef Callback1<const ListValue*>::Type MessageCallback;
+typedef Callback1<const base::ListValue*>::Type MessageCallback;
class BalloonViewHost : public ::BalloonViewHost {
public:
@@ -45,7 +48,7 @@
// Message handlers.
virtual void OnWebUISend(const GURL& source_url,
const std::string& name,
- const ListValue& args);
+ const base::ListValue& args);
DISALLOW_COPY_AND_ASSIGN(BalloonViewHost);
};
« no previous file with comments | « chrome/browser/chromeos/network_message_observer.h ('k') | chrome/browser/chromeos/offline/offline_load_page.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698