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

Unified Diff: chrome/browser/web_resource/gpu_blacklist_updater.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/ui/webui/web_ui_browsertest.h ('k') | chrome/browser/web_resource/promo_resource_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/web_resource/gpu_blacklist_updater.h
===================================================================
--- chrome/browser/web_resource/gpu_blacklist_updater.h (revision 92173)
+++ chrome/browser/web_resource/gpu_blacklist_updater.h (working copy)
@@ -18,15 +18,14 @@
private:
virtual ~GpuBlacklistUpdater();
- virtual void Unpack(const DictionaryValue& parsed_json);
+ virtual void Unpack(const base::DictionaryValue& parsed_json);
void InitializeGpuBlacklist();
void UpdateGpuBlacklist(
- const DictionaryValue& gpu_blacklist_cache, bool preliminary);
+ const base::DictionaryValue& gpu_blacklist_cache, bool preliminary);
DISALLOW_COPY_AND_ASSIGN(GpuBlacklistUpdater);
};
#endif // CHROME_BROWSER_WEB_RESOURCE_GPU_BLACKLIST_UPDATER_H_
-
« no previous file with comments | « chrome/browser/ui/webui/web_ui_browsertest.h ('k') | chrome/browser/web_resource/promo_resource_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698