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

Unified Diff: extensions/common/user_script_unittest.cc

Issue 19678004: Move UserScript and Extension switches to top-level extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « extensions/common/user_script.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/user_script_unittest.cc
diff --git a/chrome/common/extensions/user_script_unittest.cc b/extensions/common/user_script_unittest.cc
similarity index 99%
rename from chrome/common/extensions/user_script_unittest.cc
rename to extensions/common/user_script_unittest.cc
index 962b48462b7dd3a1d93200078c60f3744dc3ef28..acabdcc2c75496c22e561fe9832af2c3c933a365 100644
--- a/chrome/common/extensions/user_script_unittest.cc
+++ b/extensions/common/user_script_unittest.cc
@@ -4,7 +4,7 @@
#include "base/files/file_path.h"
#include "base/pickle.h"
-#include "chrome/common/extensions/user_script.h"
+#include "extensions/common/user_script.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"
« no previous file with comments | « extensions/common/user_script.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698