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

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

Issue 189263013: Move extensions storage API implementation to src/extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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: extensions/browser/api/storage/local_storage_backend.h
diff --git a/chrome/browser/extensions/api/storage/local_storage_backend.h b/extensions/browser/api/storage/local_storage_backend.h
similarity index 73%
rename from chrome/browser/extensions/api/storage/local_storage_backend.h
rename to extensions/browser/api/storage/local_storage_backend.h
index d42f66fdec8ca3d6766c867573428af3cf479dfd..812e1ee9190abf3e81f80254341fe2b728f4ae83 100644
--- a/chrome/browser/extensions/api/storage/local_storage_backend.h
+++ b/extensions/browser/api/storage/local_storage_backend.h
@@ -2,16 +2,16 @@
// 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_LOCAL_STORAGE_BACKEND_H_
-#define CHROME_BROWSER_EXTENSIONS_API_STORAGE_LOCAL_STORAGE_BACKEND_H_
+#ifndef EXTENSIONS_BROWSER_API_STORAGE_LOCAL_STORAGE_BACKEND_H_
+#define EXTENSIONS_BROWSER_API_STORAGE_LOCAL_STORAGE_BACKEND_H_
#include <map>
#include <string>
#include "base/memory/linked_ptr.h"
#include "base/memory/ref_counted.h"
-#include "chrome/browser/extensions/api/storage/settings_backend.h"
-#include "chrome/browser/extensions/api/storage/settings_storage_quota_enforcer.h"
+#include "extensions/browser/api/storage/settings_backend.h"
+#include "extensions/browser/api/storage/settings_storage_quota_enforcer.h"
namespace base {
class FilePath;
@@ -44,4 +44,4 @@ class LocalStorageBackend : public SettingsBackend {
} // namespace extensions
-#endif // CHROME_BROWSER_EXTENSIONS_API_STORAGE_LOCAL_STORAGE_BACKEND_H_
+#endif // EXTENSIONS_BROWSER_API_STORAGE_LOCAL_STORAGE_BACKEND_H_

Powered by Google App Engine
This is Rietveld 408576698