Index: chrome/common/extensions/sync_type_unittest.cc |
diff --git a/chrome/common/extensions/sync_type_unittest.cc b/chrome/common/extensions/sync_type_unittest.cc |
index 326519664242b25f488e6a06d9dfdd5727d5b9fc..d7d9c4659f5ad7657c3667b8b4872d71e4050bc0 100644 |
--- a/chrome/common/extensions/sync_type_unittest.cc |
+++ b/chrome/common/extensions/sync_type_unittest.cc |
@@ -5,18 +5,18 @@ |
#include "base/files/file_path.h" |
#include "chrome/common/extensions/api/plugins/plugins_handler.h" |
#include "chrome/common/extensions/extension.h" |
-#include "chrome/common/extensions/extension_manifest_constants.h" |
#include "chrome/common/extensions/sync_helper.h" |
#include "extensions/common/error_utils.h" |
#include "extensions/common/manifest.h" |
+#include "extensions/common/manifest_constants.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "url/gurl.h" |
-namespace keys = extensions::manifest_keys; |
-namespace errors = extension_manifest_errors; |
- |
namespace extensions { |
+namespace keys = manifest_keys; |
+namespace errors = manifest_errors; |
+ |
class ExtensionSyncTypeTest : public testing::Test { |
protected: |
enum SyncTestExtensionType { |