| Index: chrome/browser/extensions/extension_service.h
|
| diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
|
| index 6d5997cb576e81752782cf571cb7cb74fbc3e945..bac62f577d0ec9fb5959972ecf4168ae88082eb1 100644
|
| --- a/chrome/browser/extensions/extension_service.h
|
| +++ b/chrome/browser/extensions/extension_service.h
|
| @@ -39,6 +39,7 @@
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| +#include "sync/api/string_ordinal.h"
|
| #include "sync/api/sync_change.h"
|
| #include "sync/api/syncable_service.h"
|
|
|
| @@ -399,7 +400,7 @@ class ExtensionService
|
| void OnExtensionInstalled(
|
| const extensions::Extension* extension,
|
| bool from_webstore,
|
| - const StringOrdinal& page_ordinal);
|
| + const syncer::StringOrdinal& page_ordinal);
|
|
|
| // Initializes the |extension|'s active permission set and disables the
|
| // extension if the privilege level has increased (e.g., due to an upgrade).
|
|
|