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

Unified Diff: extensions/common/extension_set.h

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
« no previous file with comments | « extensions/browser/info_map.cc ('k') | extensions/common/extension_set.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/extension_set.h
diff --git a/chrome/common/extensions/extension_set.h b/extensions/common/extension_set.h
similarity index 97%
rename from chrome/common/extensions/extension_set.h
rename to extensions/common/extension_set.h
index f7d7b23525ec176a56d5fbc441b45a6b1e64ee77..9686a6100e48aa880d564e83aebcb90557a8a132 100644
--- a/chrome/common/extensions/extension_set.h
+++ b/extensions/common/extension_set.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_EXTENSION_SET_H_
-#define CHROME_COMMON_EXTENSIONS_EXTENSION_SET_H_
+#ifndef EXTENSIONS_COMMON_EXTENSION_SET_H_
+#define EXTENSIONS_COMMON_EXTENSION_SET_H_
#include <iterator>
#include <map>
@@ -142,4 +142,4 @@ class ExtensionSet {
DISALLOW_COPY_AND_ASSIGN(ExtensionSet);
};
-#endif // CHROME_COMMON_EXTENSIONS_EXTENSION_SET_H_
+#endif // EXTENSIONS_COMMON_EXTENSION_SET_H_
« no previous file with comments | « extensions/browser/info_map.cc ('k') | extensions/common/extension_set.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698