| Index: chrome/browser/sync/test/integration/sync_extension_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/sync_extension_helper.cc b/chrome/browser/sync/test/integration/sync_extension_helper.cc
|
| index 41db6640038e666a9c2550ab69f2f0109ebadcd0..f32989acae9a2073b3ce0526b39b5c5c4439318e 100644
|
| --- a/chrome/browser/sync/test/integration/sync_extension_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_extension_helper.cc
|
| @@ -20,6 +20,8 @@
|
| #include "chrome/browser/sync/test/integration/sync_datatype_helper.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +using extensions::Extension;
|
| +
|
| SyncExtensionHelper::ExtensionState::ExtensionState()
|
| : enabled_state(ENABLED), incognito_enabled(false) {}
|
|
|
|
|