| 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 {
|
|
|
|
|