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

Unified Diff: content/browser/dom_storage/dom_storage_message_filter.cc

Issue 10086018: More DomStorage house cleaning (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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: content/browser/dom_storage/dom_storage_message_filter.cc
===================================================================
--- content/browser/dom_storage/dom_storage_message_filter.cc (revision 132231)
+++ content/browser/dom_storage/dom_storage_message_filter.cc (working copy)
@@ -2,16 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/browser/dom_storage/dom_storage_message_filter_new.h"
+#include "content/browser/dom_storage/dom_storage_message_filter.h"
-#ifdef ENABLE_NEW_DOM_STORAGE_BACKEND
-
#include "base/auto_reset.h"
#include "base/bind.h"
#include "base/nullable_string16.h"
#include "base/threading/sequenced_worker_pool.h"
#include "base/utf_string_conversions.h"
-#include "content/browser/dom_storage/dom_storage_context_impl_new.h"
+#include "content/browser/dom_storage/dom_storage_context_impl.h"
#include "content/common/dom_storage_messages.h"
#include "googleurl/src/gurl.h"
#include "webkit/dom_storage/dom_storage_area.h"
@@ -204,5 +202,3 @@
params.old_value = old_value;
Send(new DOMStorageMsg_Event(params));
}
-
-#endif // ENABLE_NEW_DOM_STORAGE_BACKEND
« no previous file with comments | « content/browser/dom_storage/dom_storage_message_filter.h ('k') | content/browser/dom_storage/dom_storage_message_filter_new.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698