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

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

Issue 10703142: Move WebstoreInstaller, WebstoreInlineInstaller, related in extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest merge with master for cq Created 8 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/webstore_installer.h
diff --git a/chrome/browser/extensions/webstore_installer.h b/chrome/browser/extensions/webstore_installer.h
index 0c7373b63fc497521b809e2e9b83826cae1bc25f..8d2ebb1100df00944cbd31c221b4e6797b744754 100644
--- a/chrome/browser/extensions/webstore_installer.h
+++ b/chrome/browser/extensions/webstore_installer.h
@@ -26,6 +26,8 @@ namespace content {
class NavigationController;
}
+namespace extensions {
+
// Downloads and installs extensions from the web store.
class WebstoreInstaller : public content::NotificationObserver,
public content::DownloadItem::Observer,
@@ -159,4 +161,6 @@ class WebstoreInstaller : public content::NotificationObserver,
GURL download_url_;
};
+} // namespace extensions
+
#endif // CHROME_BROWSER_EXTENSIONS_WEBSTORE_INSTALLER_H_
« no previous file with comments | « chrome/browser/extensions/webstore_install_helper.cc ('k') | chrome/browser/extensions/webstore_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698