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

Unified Diff: chrome/browser/background/background_application_list_model_unittest.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/background/background_application_list_model_unittest.cc
diff --git a/chrome/browser/background/background_application_list_model_unittest.cc b/chrome/browser/background/background_application_list_model_unittest.cc
index fea9d20063a8856c18057f4795890dfae92f95f4..982badfbdae4da45e9e8b593f8ebbbbd82cc449a 100644
--- a/chrome/browser/background/background_application_list_model_unittest.cc
+++ b/chrome/browser/background/background_application_list_model_unittest.cc
@@ -30,6 +30,8 @@
// operations to produce a repeatable sequence.
#define RANDOM_SEED (0x33F7A7A7)
+using extensions::Extension;
+
// For ExtensionService interface when it requires a path that is not used.
FilePath bogus_file_path() {
return FilePath(FILE_PATH_LITERAL("//foobar_nonexistent"));

Powered by Google App Engine
This is Rietveld 408576698