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

Unified Diff: chrome/renderer/extensions/module_system_unittest.cc

Issue 10879107: Move ModuleSystem and NativeHandler to extensions/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « chrome/renderer/extensions/module_system.cc ('k') | chrome/renderer/extensions/native_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/extensions/module_system_unittest.cc
diff --git a/chrome/renderer/module_system_unittest.cc b/chrome/renderer/extensions/module_system_unittest.cc
similarity index 98%
rename from chrome/renderer/module_system_unittest.cc
rename to chrome/renderer/extensions/module_system_unittest.cc
index 03fc17c4c88af3abf0c6ba083e9f9de477db9b75..9bf7471b97f50e9ae4e1178d30f1d657c6bb2c13 100644
--- a/chrome/renderer/module_system_unittest.cc
+++ b/chrome/renderer/extensions/module_system_unittest.cc
@@ -4,7 +4,10 @@
#include "chrome/test/base/module_system_test.h"
#include "base/memory/scoped_ptr.h"
-#include "chrome/renderer/module_system.h"
+#include "chrome/renderer/extensions/module_system.h"
+
+using extensions::ModuleSystem;
+using extensions::NativeHandler;
class CounterNatives : public NativeHandler {
public:
« no previous file with comments | « chrome/renderer/extensions/module_system.cc ('k') | chrome/renderer/extensions/native_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698