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

Unified Diff: extensions/browser/external_provider_interface.h

Issue 82773002: Move some dependencies of ExtensionService down to extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Presubmit check fixed 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/DEPS ('k') | extensions/browser/management_policy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/external_provider_interface.h
diff --git a/chrome/browser/extensions/external_provider_interface.h b/extensions/browser/external_provider_interface.h
similarity index 94%
rename from chrome/browser/extensions/external_provider_interface.h
rename to extensions/browser/external_provider_interface.h
index d839a63179d47225a78f48702547255674566ed9..8c852cc255c4e9c132b83ae1b622412e90b725f5 100644
--- a/chrome/browser/extensions/external_provider_interface.h
+++ b/extensions/browser/external_provider_interface.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_BROWSER_EXTENSIONS_EXTERNAL_PROVIDER_INTERFACE_H_
-#define CHROME_BROWSER_EXTENSIONS_EXTERNAL_PROVIDER_INTERFACE_H_
+#ifndef EXTENSIONS_BROWSER_EXTERNAL_PROVIDER_INTERFACE_H_
+#define EXTENSIONS_BROWSER_EXTERNAL_PROVIDER_INTERFACE_H_
#include <vector>
@@ -95,4 +95,4 @@ typedef std::vector<linked_ptr<ExternalProviderInterface> >
} // namespace extensions
-#endif // CHROME_BROWSER_EXTENSIONS_EXTERNAL_PROVIDER_INTERFACE_H_
+#endif // EXTENSIONS_BROWSER_EXTERNAL_PROVIDER_INTERFACE_H_
« no previous file with comments | « extensions/browser/DEPS ('k') | extensions/browser/management_policy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698