Index: chrome/browser/sync/test/integration/sync_extension_helper.cc |
=================================================================== |
--- chrome/browser/sync/test/integration/sync_extension_helper.cc (revision 114254) |
+++ chrome/browser/sync/test/integration/sync_extension_helper.cc (working copy) |
@@ -13,7 +13,6 @@ |
#include "chrome/browser/extensions/pending_extension_manager.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/common/extensions/extension_constants.h" |
-#include "chrome/common/string_ordinal.h" |
#include "chrome/browser/sync/test/integration/sync_test.h" |
#include "chrome/browser/sync/test/integration/sync_datatype_helper.h" |
#include "testing/gtest/include/gtest/gtest.h" |
@@ -65,7 +64,7 @@ |
ASSERT_TRUE(extension.get()) << "Could not get extension " << name |
<< " (profile = " << profile << ")"; |
profile->GetExtensionService()->OnExtensionInstalled( |
- extension, extension->UpdatesFromGallery(), StringOrdinal()); |
+ extension, extension->UpdatesFromGallery(), 0); |
} |
void SyncExtensionHelper::UninstallExtension( |
Property changes on: chrome/browser/sync/test/integration/sync_extension_helper.cc |
___________________________________________________________________ |
Deleted: svn:mergeinfo |