Chromium Code Reviews

Unified Diff: chrome/test/live_sync/live_themes_sync_test.cc

Issue 5730004: Rename ExtensionsService to ExtensionService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/test/live_sync/live_extensions_sync_test_base.cc ('k') | chrome/test/testing_profile.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/live_sync/live_themes_sync_test.cc
diff --git a/chrome/test/live_sync/live_themes_sync_test.cc b/chrome/test/live_sync/live_themes_sync_test.cc
index cca60c49c9d194de38f4cd027d4711863421be82..de7d7c335c9e2c12f35cb87964f00906a07bae40 100644
--- a/chrome/test/live_sync/live_themes_sync_test.cc
+++ b/chrome/test/live_sync/live_themes_sync_test.cc
@@ -7,7 +7,7 @@
#include <string>
#include "base/logging.h"
-#include "chrome/browser/extensions/extensions_service.h"
+#include "chrome/browser/extensions/extension_service.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/themes/browser_theme_provider.h"
#include "chrome/common/extensions/extension.h"
@@ -53,7 +53,7 @@ bool LiveThemesSyncTest::UsingNativeTheme(Profile* profile) {
bool LiveThemesSyncTest::ExtensionIsPendingInstall(
Profile* profile, const Extension* extension) {
const PendingExtensionMap& pending_extensions =
- profile->GetExtensionsService()->pending_extensions();
+ profile->GetExtensionService()->pending_extensions();
return pending_extensions.find(extension->id()) != pending_extensions.end();
}
« no previous file with comments | « chrome/test/live_sync/live_extensions_sync_test_base.cc ('k') | chrome/test/testing_profile.h » ('j') | no next file with comments »

Powered by Google App Engine