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

Unified Diff: chrome/test/base/module_system_test.h

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/resource_bundle_source_map.h ('k') | chrome/test/base/module_system_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/module_system_test.h
diff --git a/chrome/test/base/module_system_test.h b/chrome/test/base/module_system_test.h
index 7d92f953a25fdecc78498f76954f0c1f246da75c..bc9832ce492a05d85805c02a085105be13eb8f1e 100644
--- a/chrome/test/base/module_system_test.h
+++ b/chrome/test/base/module_system_test.h
@@ -5,7 +5,7 @@
#ifndef CHROME_TEST_BASE_MODULE_SYSTEM_TEST_H_
#define CHROME_TEST_BASE_MODULE_SYSTEM_TEST_H_
-#include "chrome/renderer/module_system.h"
+#include "chrome/renderer/extensions/module_system.h"
#include "v8/include/v8.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -55,7 +55,7 @@ class ModuleSystemTest : public testing::Test {
v8::TryCatch try_catch_;
AssertNatives* assert_natives_;
scoped_ptr<StringSourceMap> source_map_;
- scoped_ptr<ModuleSystem> module_system_;
+ scoped_ptr<extensions::ModuleSystem> module_system_;
bool should_assertions_be_made_;
};
« no previous file with comments | « chrome/renderer/resource_bundle_source_map.h ('k') | chrome/test/base/module_system_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698