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

Unified Diff: chrome/browser/extensions/webstore_install_helper.h

Issue 1140053003: Refactoring: Moving the SafeJsonParser to its own component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Catching up with WebstoreInstallHelper changes Created 5 years, 7 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/webstore_install_helper.h
diff --git a/chrome/browser/extensions/webstore_install_helper.h b/chrome/browser/extensions/webstore_install_helper.h
index 0a24af1d4817a3edbe25a5f290d6ae2f90129803..7cdb86579ac72bb6a982dfd65b29d7820932c9f5 100644
--- a/chrome/browser/extensions/webstore_install_helper.h
+++ b/chrome/browser/extensions/webstore_install_helper.h
@@ -26,7 +26,9 @@ namespace net {
class URLRequestContextGetter;
}
+namespace safe_json_parser {
class SafeJsonParser;
+}
namespace extensions {
@@ -94,7 +96,7 @@ class WebstoreInstallHelper : public base::RefCounted<WebstoreInstallHelper>,
// The manifest to parse.
std::string manifest_;
- scoped_refptr<SafeJsonParser> json_parser_;
+ scoped_refptr<safe_json_parser::SafeJsonParser> json_parser_;
// If |icon_url_| is non-empty, it needs to be fetched and decoded into an
// SkBitmap.
« no previous file with comments | « chrome/browser/extensions/webstore_data_fetcher.cc ('k') | chrome/browser/extensions/webstore_install_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698