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

Side by Side Diff: content/browser/dom_storage/dom_storage_context_impl_new.h

Issue 9726023: Revert 127575 - Revert 127573 - DOMStorageContextImpl that's implemented in terms of the new dom_st… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:mergeinfo
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_BROWSER_DOM_STORAGE_DOM_STORAGE_CONTEXT_IMPL_H_ 5 #ifndef CONTENT_BROWSER_DOM_STORAGE_DOM_STORAGE_CONTEXT_IMPL_H_
6 #define CONTENT_BROWSER_DOM_STORAGE_DOM_STORAGE_CONTEXT_IMPL_H_ 6 #define CONTENT_BROWSER_DOM_STORAGE_DOM_STORAGE_CONTEXT_IMPL_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/file_path.h" 9 #include "base/file_path.h"
10 #include "base/memory/ref_counted.h" 10 #include "base/memory/ref_counted.h"
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 virtual ~DOMStorageContextImpl(); 66 virtual ~DOMStorageContextImpl();
67 dom_storage::DomStorageContext* context() const { return context_.get(); } 67 dom_storage::DomStorageContext* context() const { return context_.get(); }
68 68
69 scoped_refptr<dom_storage::DomStorageContext> context_; 69 scoped_refptr<dom_storage::DomStorageContext> context_;
70 70
71 DISALLOW_IMPLICIT_CONSTRUCTORS(DOMStorageContextImpl); 71 DISALLOW_IMPLICIT_CONSTRUCTORS(DOMStorageContextImpl);
72 }; 72 };
73 73
74 #endif // ENABLE_NEW_DOM_STORAGE_BACKEND 74 #endif // ENABLE_NEW_DOM_STORAGE_BACKEND
75 #endif // CONTENT_BROWSER_DOM_STORAGE_DOM_STORAGE_CONTEXT_IMPL_H_ 75 #endif // CONTENT_BROWSER_DOM_STORAGE_DOM_STORAGE_CONTEXT_IMPL_H_
OLDNEW
« no previous file with comments | « content/browser/browser_context.cc ('k') | content/browser/dom_storage/dom_storage_context_impl_new.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698