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

Unified Diff: chrome/browser/extensions/gtalk_extension_browsertest.cc

Issue 425303002: Move extension notifications to extensions/browser/notification_types.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (extension-notifications) rebase Created 6 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/gtalk_extension_browsertest.cc
diff --git a/chrome/browser/extensions/gtalk_extension_browsertest.cc b/chrome/browser/extensions/gtalk_extension_browsertest.cc
index 039f0025e828fc52ea3c5099f18ce9959b054780..ac440d1d0488ba52f5295825b3072d627ddbdceb 100644
--- a/chrome/browser/extensions/gtalk_extension_browsertest.cc
+++ b/chrome/browser/extensions/gtalk_extension_browsertest.cc
@@ -85,8 +85,8 @@ class GtalkExtensionTest : public ExtensionBrowserTest {
IN_PROC_BROWSER_TEST_F(GtalkExtensionTest, InstallCurrent) {
content::WindowedNotificationObserver panel_loaded(
- chrome::NOTIFICATION_EXTENSION_VIEW_REGISTERED,
- content::NotificationService::AllSources());
+ extensions::NOTIFICATION_EXTENSION_VIEW_REGISTERED,
+ content::NotificationService::AllSources());
InstallGtalkExtension(ReadCurrentVersion());
panel_loaded.Wait();
ASSERT_TRUE(GetViewer());
« no previous file with comments | « chrome/browser/extensions/external_provider_impl_chromeos_unittest.cc ('k') | chrome/browser/extensions/install_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698