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

Unified Diff: extensions/common/value_builder.cc

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/common/value_builder.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/value_builder.cc
diff --git a/chrome/common/extensions/value_builder.cc b/extensions/common/value_builder.cc
similarity index 98%
rename from chrome/common/extensions/value_builder.cc
rename to extensions/common/value_builder.cc
index 1fd67943e8f4b86939da02f7aebdbda0ed99535b..3c087b8f49ffbb7a2e4abb71b9e931950eafac85 100644
--- a/chrome/common/extensions/value_builder.cc
+++ b/extensions/common/value_builder.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/value_builder.h"
+#include "extensions/common/value_builder.h"
namespace extensions {
« no previous file with comments | « extensions/common/value_builder.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698