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

Unified Diff: chrome/browser/managed_mode/managed_mode_site_list.h

Issue 12578008: Move CrxFile, FileReader, ExtensionResource to src/extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 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: chrome/browser/managed_mode/managed_mode_site_list.h
diff --git a/chrome/browser/managed_mode/managed_mode_site_list.h b/chrome/browser/managed_mode/managed_mode_site_list.h
index 2b041891f76732a1f3c6e4bbb598a33993950af4..558dd464c5148fe1e8db115cac72702098baaa9e 100644
--- a/chrome/browser/managed_mode/managed_mode_site_list.h
+++ b/chrome/browser/managed_mode/managed_mode_site_list.h
@@ -12,7 +12,7 @@
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/scoped_vector.h"
-#include "chrome/common/extensions/extension_resource.h"
+#include "extensions/common/extension_resource.h"
class ExtensionServiceInterface;
class Profile;
@@ -59,7 +59,7 @@ class ManagedModeSiteList {
};
ManagedModeSiteList(const std::string& extension_id,
- const ExtensionResource& path);
+ const extensions::ExtensionResource& path);
~ManagedModeSiteList();
// Creates a copy of the site list.
@@ -80,7 +80,7 @@ class ManagedModeSiteList {
base::DictionaryValue* dest);
std::string extension_id_;
- ExtensionResource path_;
+ extensions::ExtensionResource path_;
scoped_ptr<base::DictionaryValue> categories_;
scoped_ptr<base::ListValue> sites_;
« no previous file with comments | « chrome/browser/extensions/user_script_master.cc ('k') | chrome/browser/managed_mode/managed_mode_site_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698