Index: chrome/browser/extensions/api/content_settings/content_settings_helpers.h |
diff --git a/chrome/browser/extensions/extension_content_settings_helpers.h b/chrome/browser/extensions/api/content_settings/content_settings_helpers.h |
similarity index 81% |
rename from chrome/browser/extensions/extension_content_settings_helpers.h |
rename to chrome/browser/extensions/api/content_settings/content_settings_helpers.h |
index abad7106dd473c20cba89821a66d2a419f8801df..69152466f9bd532b4a5a20f898fc5c2889ce7e7d 100644 |
--- a/chrome/browser/extensions/extension_content_settings_helpers.h |
+++ b/chrome/browser/extensions/api/content_settings/content_settings_helpers.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_HELPERS_H__ |
-#define CHROME_BROWSER_EXTENSIONS_EXTENSION_CONTENT_SETTINGS_HELPERS_H__ |
+#ifndef CHROME_BROWSER_EXTENSIONS_API_CONTENT_SETTINGS_CONTENT_SETTINGS_HELPERS_H__ |
+#define CHROME_BROWSER_EXTENSIONS_API_CONTENT_SETTINGS_CONTENT_SETTINGS_HELPERS_H__ |
#pragma once |
#include <string> |
@@ -11,7 +11,7 @@ |
#include "chrome/common/content_settings.h" |
#include "chrome/common/content_settings_pattern.h" |
-namespace extension_content_settings_helpers { |
+namespace content_settings_helpers { |
// Parses an extension match pattern and returns a corresponding |
// content settings pattern object. |
@@ -37,6 +37,6 @@ bool StringToContentSetting(const std::string& setting_str, |
// Returns a string representation of a ContentSetting. |
const char* ContentSettingToString(ContentSetting setting); |
-} // namespace extension_content_settings_helpers |
+} // namespace content_settings_helpers |
-#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_CONTENT_SETTINGS_HELPERS_H__ |
+#endif // CHROME_BROWSER_EXTENSIONS_API_CONTENT_SETTINGS_CONTENT_SETTINGS_HELPERS_H__ |