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

Unified Diff: chrome/browser/automation/automation_provider.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
« no previous file with comments | « chrome/browser/autocomplete/search_provider.h ('k') | chrome/browser/automation/automation_provider_json.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/automation_provider.h
===================================================================
--- chrome/browser/automation/automation_provider.h (revision 92173)
+++ chrome/browser/automation/automation_provider.h (working copy)
@@ -55,7 +55,6 @@
class AutomationWindowTracker;
class Browser;
class CreditCard;
-class DictionaryValue;
class DownloadItem;
class Extension;
class ExtensionPortContainer;
@@ -63,7 +62,6 @@
class ExternalTabContainer;
class FilePath;
class InitialLoadObserver;
-class ListValue;
class LoginHandler;
class MetricEventDurationObserver;
class NavigationController;
@@ -73,6 +71,10 @@
class TabContents;
struct AutocompleteMatchData;
+namespace base {
+class DictionaryValue;
+}
+
namespace gfx {
class Point;
}
@@ -149,7 +151,8 @@
// Get the DictionaryValue equivalent for a download item. Caller owns the
// DictionaryValue.
- DictionaryValue* GetDictionaryFromDownloadItem(const DownloadItem* download);
+ base::DictionaryValue* GetDictionaryFromDownloadItem(
+ const DownloadItem* download);
protected:
friend struct BrowserThread::DeleteOnThread<BrowserThread::UI>;
« no previous file with comments | « chrome/browser/autocomplete/search_provider.h ('k') | chrome/browser/automation/automation_provider_json.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698