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

Unified Diff: chrome/browser/extensions/crx_installer.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/crx_installer.h
===================================================================
--- chrome/browser/extensions/crx_installer.h (revision 92173)
+++ chrome/browser/extensions/crx_installer.h (working copy)
@@ -59,7 +59,7 @@
WhitelistEntry();
~WhitelistEntry();
- scoped_ptr<DictionaryValue> parsed_manifest;
+ scoped_ptr<base::DictionaryValue> parsed_manifest;
std::string localized_name;
};
@@ -168,7 +168,7 @@
virtual void OnUnpackFailure(const std::string& error_message);
virtual void OnUnpackSuccess(const FilePath& temp_dir,
const FilePath& extension_dir,
- const DictionaryValue* original_manifest,
+ const base::DictionaryValue* original_manifest,
const Extension* extension);
// Returns true if we can skip confirmation because the install was
@@ -237,7 +237,7 @@
// A parsed copy of the unmodified original manifest, before any
// transformations like localization have taken place.
- scoped_ptr<DictionaryValue> original_manifest_;
+ scoped_ptr<base::DictionaryValue> original_manifest_;
// If non-empty, contains the current version of the extension we're
// installing (for upgrades).
« no previous file with comments | « chrome/browser/enumerate_modules_model_win.h ('k') | chrome/browser/extensions/extension_bookmark_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698