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

Unified Diff: chrome/browser/extensions/extension_omnibox_api.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/extensions/extension_omnibox_api.h
===================================================================
--- chrome/browser/extensions/extension_omnibox_api.h (revision 92173)
+++ chrome/browser/extensions/extension_omnibox_api.h (working copy)
@@ -14,6 +14,10 @@
#include "chrome/browser/extensions/extension_function.h"
#include "webkit/glue/window_open_disposition.h"
+namespace base {
+class ListValue;
+}
+
// Event router class for events related to the omnibox API.
class ExtensionOmniboxEventRouter {
public:
@@ -61,7 +65,7 @@
// Converts a list of style ranges from the extension into the format expected
// by the autocomplete system.
- bool ReadStylesFromValue(const ListValue& value);
+ bool ReadStylesFromValue(const base::ListValue& value);
// The text that gets put in the edit box.
string16 content;
« no previous file with comments | « chrome/browser/extensions/extension_input_ui_api.h ('k') | chrome/browser/extensions/extension_pref_value_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698