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

Unified Diff: extensions/common/extension_builder.h

Issue 48643003: Moved extension and value builder code to extensions component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again Created 7 years, 1 month 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/lazy_background_task_queue_unittest.cc ('k') | extensions/common/extension_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/extension_builder.h
diff --git a/chrome/common/extensions/extension_builder.h b/extensions/common/extension_builder.h
similarity index 89%
rename from chrome/common/extensions/extension_builder.h
rename to extensions/common/extension_builder.h
index 4b4669d84b7003b4497e9d2cfd95d9292ea7363f..c37cbae8b44d4defd9451dfc223d13c90115a29e 100644
--- a/chrome/common/extensions/extension_builder.h
+++ b/extensions/common/extension_builder.h
@@ -2,14 +2,14 @@
// 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_BUILDER_H_
-#define CHROME_COMMON_EXTENSIONS_EXTENSION_BUILDER_H_
+#ifndef EXTENSIONS_COMMON_EXTENSION_BUILDER_H_
+#define EXTENSIONS_COMMON_EXTENSION_BUILDER_H_
#include "base/files/file_path.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
-#include "chrome/common/extensions/value_builder.h"
#include "extensions/common/manifest.h"
+#include "extensions/common/value_builder.h"
namespace extensions {
class Extension;
@@ -60,4 +60,4 @@ class ExtensionBuilder {
} // namespace extensions
-#endif // CHROME_COMMON_EXTENSIONS_EXTENSION_BUILDER_H_
+#endif // EXTENSIONS_COMMON_EXTENSION_BUILDER_H_
« no previous file with comments | « extensions/browser/lazy_background_task_queue_unittest.cc ('k') | extensions/common/extension_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698