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

Unified Diff: chrome/browser/content_settings/extension_content_settings_store.h

Issue 10381097: Move content settings extension API to content_settings dir. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 7 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/content_settings/extension_content_settings_store.h
diff --git a/chrome/browser/extensions/extension_content_settings_store.h b/chrome/browser/content_settings/extension_content_settings_store.h
similarity index 95%
rename from chrome/browser/extensions/extension_content_settings_store.h
rename to chrome/browser/content_settings/extension_content_settings_store.h
index 4b918ff6a29d0dbcc904cd4451beebe45a4af7b3..a8dcdba4aefff102074c44c90b410ed880d4d0be 100644
--- a/chrome/browser/extensions/extension_content_settings_store.h
+++ b/chrome/browser/content_settings/extension_content_settings_store.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_CONTENT_SETTINGS_STORE_H_
-#define CHROME_BROWSER_EXTENSIONS_EXTENSION_CONTENT_SETTINGS_STORE_H_
+#ifndef CHROME_BROWSER_CONTENT_SETTINGS_EXTENSION_CONTENT_SETTINGS_STORE_H_
+#define CHROME_BROWSER_CONTENT_SETTINGS_EXTENSION_CONTENT_SETTINGS_STORE_H_
#include <map>
#include <string>
@@ -139,4 +139,4 @@ class ExtensionContentSettingsStore
DISALLOW_COPY_AND_ASSIGN(ExtensionContentSettingsStore);
};
-#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_CONTENT_SETTINGS_STORE_H_
+#endif // CHROME_BROWSER_CONTENT_SETTINGS_EXTENSION_CONTENT_SETTINGS_STORE_H_

Powered by Google App Engine
This is Rietveld 408576698