Index: extensions/common/manifest_handlers/app_isolation_info.h |
diff --git a/chrome/common/extensions/manifest_handlers/app_isolation_info.h b/extensions/common/manifest_handlers/app_isolation_info.h |
similarity index 83% |
rename from chrome/common/extensions/manifest_handlers/app_isolation_info.h |
rename to extensions/common/manifest_handlers/app_isolation_info.h |
index c3f3de19d092efc5f3ef56d0a953a6bc13377be9..bb50b1e76cf7c023409db5b37ea38a7af863e162 100644 |
--- a/chrome/common/extensions/manifest_handlers/app_isolation_info.h |
+++ b/extensions/common/manifest_handlers/app_isolation_info.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLERS_APP_ISOLATION_INFO_H_ |
-#define CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLERS_APP_ISOLATION_INFO_H_ |
+#ifndef EXTENSIONS_COMMON_MANIFEST_HANDLERS_APP_ISOLATION_INFO_H_ |
+#define EXTENSIONS_COMMON_MANIFEST_HANDLERS_APP_ISOLATION_INFO_H_ |
#include <string> |
#include <vector> |
@@ -41,4 +41,4 @@ class AppIsolationHandler : public ManifestHandler { |
} // namespace extensions |
-#endif // CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLERS_APP_ISOLATION_INFO_H_ |
+#endif // EXTENSIONS_COMMON_MANIFEST_HANDLERS_APP_ISOLATION_INFO_H_ |