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

Unified Diff: extensions/common/extension_set.cc

Issue 102103005: Move c/c/e/extension_set to top-level extensions/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years 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
Index: extensions/common/extension_set.cc
diff --git a/chrome/common/extensions/extension_set.cc b/extensions/common/extension_set.cc
similarity index 97%
rename from chrome/common/extensions/extension_set.cc
rename to extensions/common/extension_set.cc
index e8e7f8c4e2193ed31867a67343f5b52abe90eab2..9bd424580723c14594b4c1c4790b86db089dc00a 100644
--- a/chrome/common/extensions/extension_set.cc
+++ b/extensions/common/extension_set.cc
@@ -2,12 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/common/extensions/extension_set.h"
+#include "extensions/common/extension_set.h"
#include "base/callback.h"
#include "base/logging.h"
#include "base/stl_util.h"
-#include "chrome/common/url_constants.h"
#include "extensions/common/constants.h"
#include "extensions/common/extension.h"
#include "extensions/common/manifest_handlers/sandboxed_page_info.h"

Powered by Google App Engine
This is Rietveld 408576698