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

Unified Diff: extensions/browser/api/storage/leveldb_settings_storage_factory.cc

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/leveldb_settings_storage_factory.cc
diff --git a/chrome/browser/extensions/api/storage/leveldb_settings_storage_factory.cc b/extensions/browser/api/storage/leveldb_settings_storage_factory.cc
similarity index 92%
rename from chrome/browser/extensions/api/storage/leveldb_settings_storage_factory.cc
rename to extensions/browser/api/storage/leveldb_settings_storage_factory.cc
index 361bd53995e0cb7b95580332f4732347b0c757c4..6b0ef93afc728b1a7b2567bb79438209a9411bc2 100644
--- a/chrome/browser/extensions/api/storage/leveldb_settings_storage_factory.cc
+++ b/extensions/browser/api/storage/leveldb_settings_storage_factory.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/extensions/api/storage/leveldb_settings_storage_factory.h"
+#include "extensions/browser/api/storage/leveldb_settings_storage_factory.h"
#include "base/file_util.h"
#include "base/logging.h"

Powered by Google App Engine
This is Rietveld 408576698