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

Unified Diff: chrome/browser/themes/theme_service_unittest.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
« no previous file with comments | « chrome/browser/themes/theme_service.cc ('k') | chrome/browser/ui/app_list/app_list_syncable_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/themes/theme_service_unittest.cc
diff --git a/chrome/browser/themes/theme_service_unittest.cc b/chrome/browser/themes/theme_service_unittest.cc
index 8f370a319703832953e826cf56a56cff957f341c..177a4e7eb573969ca1b94ca151d399b608d106c1 100644
--- a/chrome/browser/themes/theme_service_unittest.cc
+++ b/chrome/browser/themes/theme_service_unittest.cc
@@ -48,7 +48,7 @@ class ThemeServiceTest : public extensions::ExtensionServiceTestBase {
scoped_refptr<extensions::UnpackedInstaller> installer(
extensions::UnpackedInstaller::Create(service_));
content::WindowedNotificationObserver observer(
- chrome::NOTIFICATION_EXTENSION_LOADED_DEPRECATED,
+ extensions::NOTIFICATION_EXTENSION_LOADED_DEPRECATED,
content::Source<Profile>(profile_.get()));
installer->Load(temp_dir);
observer.Wait();
@@ -66,8 +66,8 @@ class ThemeServiceTest : public extensions::ExtensionServiceTestBase {
void UpdateUnpackedTheme(const std::string& extension_id) {
int updated_notification =
service_->IsExtensionEnabled(extension_id)
- ? chrome::NOTIFICATION_EXTENSION_LOADED_DEPRECATED
- : chrome::NOTIFICATION_EXTENSION_UPDATE_DISABLED;
+ ? extensions::NOTIFICATION_EXTENSION_LOADED_DEPRECATED
+ : extensions::NOTIFICATION_EXTENSION_UPDATE_DISABLED;
const base::FilePath& path =
service_->GetInstalledExtension(extension_id)->path();
« no previous file with comments | « chrome/browser/themes/theme_service.cc ('k') | chrome/browser/ui/app_list/app_list_syncable_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698