summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_sync_bundle.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_sync_bundle.h')
-rw-r--r--chrome/browser/extensions/extension_sync_bundle.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_sync_bundle.h b/chrome/browser/extensions/extension_sync_bundle.h
index 2945442..8d6379a 100644
--- a/chrome/browser/extensions/extension_sync_bundle.h
+++ b/chrome/browser/extensions/extension_sync_bundle.h
@@ -17,13 +17,14 @@
#include "sync/api/syncable_service.h"
class SyncChangeProcessor;
-class Extension;
class ExtensionService;
class ExtensionSet;
class SyncErrorFactory;
namespace extensions {
+class Extension;
+
// Bundle of extension specific sync stuff.
class ExtensionSyncBundle {
public: