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

Unified Diff: extensions/browser/extension_function.cc

Issue 64273006: Move ExtensionFunction to the extensions component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/extension_function.h ('k') | extensions/browser/quota_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_function.cc
diff --git a/chrome/browser/extensions/extension_function.cc b/extensions/browser/extension_function.cc
similarity index 99%
rename from chrome/browser/extensions/extension_function.cc
rename to extensions/browser/extension_function.cc
index 552490ddd60e2848e1adc968c4f71be2859feaf6..6dfbe846a7ec3e14f43578d18a03209855c27074 100644
--- a/chrome/browser/extensions/extension_function.cc
+++ b/extensions/browser/extension_function.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/browser/extensions/extension_function.h"
+#include "extensions/browser/extension_function.h"
#include "base/logging.h"
#include "base/metrics/histogram.h"
« no previous file with comments | « extensions/browser/extension_function.h ('k') | extensions/browser/quota_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698