Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Unified Diff: extensions/common/manifest_handlers/app_isolation_info.cc

Issue 1212373004: Move AppIsolationInfo from chrome to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/common/manifest_handlers/app_isolation_info.h ('k') | extensions/extensions.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/manifest_handlers/app_isolation_info.cc
diff --git a/chrome/common/extensions/manifest_handlers/app_isolation_info.cc b/extensions/common/manifest_handlers/app_isolation_info.cc
similarity index 97%
rename from chrome/common/extensions/manifest_handlers/app_isolation_info.cc
rename to extensions/common/manifest_handlers/app_isolation_info.cc
index 41b07c61487f2f16876df4a79d01ea6a38bd8ef1..423976cbac840466a23ef72db1448bbd609417b2 100644
--- a/chrome/common/extensions/manifest_handlers/app_isolation_info.cc
+++ b/extensions/common/manifest_handlers/app_isolation_info.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/common/extensions/manifest_handlers/app_isolation_info.h"
+#include "extensions/common/manifest_handlers/app_isolation_info.h"
#include "base/memory/scoped_ptr.h"
#include "base/strings/string16.h"
« no previous file with comments | « extensions/common/manifest_handlers/app_isolation_info.h ('k') | extensions/extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698