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

Unified Diff: extensions/common/features/simple_feature.cc

Issue 224163002: Move core features code to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move tests Created 6 years, 9 months 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
Index: extensions/common/features/simple_feature.cc
diff --git a/chrome/common/extensions/features/simple_feature.cc b/extensions/common/features/simple_feature.cc
similarity index 99%
rename from chrome/common/extensions/features/simple_feature.cc
rename to extensions/common/features/simple_feature.cc
index 7491cd5fc168eab00c79c17dfdd6d3470f3430e2..b37663fc5faa4f9df61cff66d866c535dba96d24 100644
--- a/chrome/common/extensions/features/simple_feature.cc
+++ b/extensions/common/features/simple_feature.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/features/simple_feature.h"
+#include "extensions/common/features/simple_feature.h"
#include <map>
#include <vector>

Powered by Google App Engine
This is Rietveld 408576698