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

Unified Diff: extensions/browser/api/storage/settings_namespace.h

Issue 180213008: Add ExtensionsApiClient interface, use it in the storage API SettingsFrontend (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix windows (delegate_storage_api) Created 6 years, 10 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: extensions/browser/api/storage/settings_namespace.h
diff --git a/chrome/browser/extensions/api/storage/settings_namespace.h b/extensions/browser/api/storage/settings_namespace.h
similarity index 80%
rename from chrome/browser/extensions/api/storage/settings_namespace.h
rename to extensions/browser/api/storage/settings_namespace.h
index 1047b45353340b3cb448c9227ba70813c977b6c5..7a5a8126abd007ecf6f3e3a3d1e0914a32bab53e 100644
--- a/chrome/browser/extensions/api/storage/settings_namespace.h
+++ b/extensions/browser/api/storage/settings_namespace.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_API_STORAGE_SETTINGS_NAMESPACE_H_
-#define CHROME_BROWSER_EXTENSIONS_API_STORAGE_SETTINGS_NAMESPACE_H_
+#ifndef EXTENSIONS_BROWSER_API_STORAGE_SETTINGS_NAMESPACE_H_
+#define EXTENSIONS_BROWSER_API_STORAGE_SETTINGS_NAMESPACE_H_
#include <string>
@@ -31,4 +31,4 @@ Namespace FromString(const std::string& ns_string);
} // namespace extensions
-#endif // CHROME_BROWSER_EXTENSIONS_API_STORAGE_SETTINGS_NAMESPACE_H_
+#endif // EXTENSIONS_BROWSER_API_STORAGE_SETTINGS_NAMESPACE_H_
« no previous file with comments | « extensions/browser/api/extensions_api_client.cc ('k') | extensions/browser/api/storage/settings_namespace.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698