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

Unified Diff: chrome/browser/download/download_shelf_context_menu.cc

Issue 10375021: Move Extension into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Take 2 Created 8 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/download/download_shelf_context_menu.cc
diff --git a/chrome/browser/download/download_shelf_context_menu.cc b/chrome/browser/download/download_shelf_context_menu.cc
index ddc9c9d8f4364968466ae018182f766a9a287df9..b43539d91a9a58aa0882f116140cfb1c6bfcf10d 100644
--- a/chrome/browser/download/download_shelf_context_menu.cc
+++ b/chrome/browser/download/download_shelf_context_menu.cc
@@ -17,6 +17,7 @@
#include "ui/base/l10n/l10n_util.h"
using content::DownloadItem;
+using extensions::Extension;
DownloadShelfContextMenu::~DownloadShelfContextMenu() {}

Powered by Google App Engine
This is Rietveld 408576698