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

Unified Diff: extensions/common/user_script.cc

Issue 19678004: Move UserScript and Extension switches to top-level extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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/user_script.cc
diff --git a/chrome/common/extensions/user_script.cc b/extensions/common/user_script.cc
similarity index 98%
rename from chrome/common/extensions/user_script.cc
rename to extensions/common/user_script.cc
index 467901f8686038039ee9e2fea7e2a7f8dcb55c20..85efcca6f6af864f87a717f1f23e56a4b1e78d35 100644
--- a/chrome/common/extensions/user_script.cc
+++ b/extensions/common/user_script.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/common/extensions/user_script.h"
+#include "extensions/common/user_script.h"
#include "base/command_line.h"
#include "base/pickle.h"
#include "base/strings/string_util.h"
-#include "chrome/common/chrome_switches.h"
+#include "extensions/common/switches.h"
namespace {

Powered by Google App Engine
This is Rietveld 408576698