| Index: chrome/browser/sync/glue/extensions_activity_monitor_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/extensions_activity_monitor_unittest.cc b/chrome/browser/sync/glue/extensions_activity_monitor_unittest.cc
|
| index bfeeb211d9369675c8398c53c57f779dc6f6e218..3f17c4b5bb9170606915182ad56e950bee0d4e2c 100644
|
| --- a/chrome/browser/sync/glue/extensions_activity_monitor_unittest.cc
|
| +++ b/chrome/browser/sync/glue/extensions_activity_monitor_unittest.cc
|
| @@ -12,9 +12,9 @@
|
| #include "chrome/browser/extensions/api/bookmarks/bookmarks_api.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/extensions/extension.h"
|
| -#include "chrome/common/extensions/extension_manifest_constants.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/test/test_browser_thread.h"
|
| +#include "extensions/common/manifest_constants.h"
|
| #include "sync/util/extensions_activity.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| @@ -25,7 +25,7 @@ namespace browser_sync {
|
| namespace {
|
|
|
| using content::BrowserThread;
|
| -namespace keys = extension_manifest_keys;
|
| +namespace keys = extensions::manifest_keys;
|
|
|
| // Create and return an extension with the given path.
|
| scoped_refptr<Extension> MakeExtension(const std::string& name) {
|
|
|