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

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

Issue 2539623002: [Extensions] Move [Chrome]ExtensionTestNotificationObserver into extensions:: (Closed)
Patch Set: Created 4 years, 1 month 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/extension_browsertest.h
diff --git a/chrome/browser/extensions/extension_browsertest.h b/chrome/browser/extensions/extension_browsertest.h
index edab440b0d18631a62cf80b73b09a76077b5d7e6..57315dd74be320ba7dacb1d4c1a7e6d4b1aa5e81 100644
--- a/chrome/browser/extensions/extension_browsertest.h
+++ b/chrome/browser/extensions/extension_browsertest.h
@@ -325,7 +325,8 @@ class ExtensionBrowserTest : virtual public InProcessBrowserTest {
// test_data/extensions.
base::FilePath test_data_dir_;
- std::unique_ptr<ChromeExtensionTestNotificationObserver> observer_;
+ std::unique_ptr<extensions::ChromeExtensionTestNotificationObserver>
+ observer_;
private:
// Temporary directory for testing.

Powered by Google App Engine
This is Rietveld 408576698