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

Side by Side Diff: content/renderer/dom_storage/dom_storage_dispatcher.h

Issue 10696166: Remove #pragma once from content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
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_RENDERER_DOM_STORAGE_DOM_STORAGE_DISPATCHER_H_ 5 #ifndef CONTENT_RENDERER_DOM_STORAGE_DOM_STORAGE_DISPATCHER_H_
6 #define CONTENT_RENDERER_DOM_STORAGE_DOM_STORAGE_DISPATCHER_H_ 6 #define CONTENT_RENDERER_DOM_STORAGE_DOM_STORAGE_DISPATCHER_H_
7 #pragma once
8 7
9 #include "base/memory/ref_counted.h" 8 #include "base/memory/ref_counted.h"
10 9
11 class GURL; 10 class GURL;
12 struct DOMStorageMsg_Event_Params; 11 struct DOMStorageMsg_Event_Params;
13 namespace dom_storage { 12 namespace dom_storage {
14 class DomStorageCachedArea; 13 class DomStorageCachedArea;
15 } 14 }
16 namespace IPC { 15 namespace IPC {
17 class Message; 16 class Message;
(...skipping 21 matching lines...) Expand all
39 class ProxyImpl; 38 class ProxyImpl;
40 39
41 // IPC message handlers 40 // IPC message handlers
42 void OnStorageEvent(const DOMStorageMsg_Event_Params& params); 41 void OnStorageEvent(const DOMStorageMsg_Event_Params& params);
43 void OnAsyncOperationComplete(bool success); 42 void OnAsyncOperationComplete(bool success);
44 43
45 scoped_refptr<ProxyImpl> proxy_; 44 scoped_refptr<ProxyImpl> proxy_;
46 }; 45 };
47 46
48 #endif // CONTENT_RENDERER_DOM_STORAGE_DOM_STORAGE_DISPATCHER_H_ 47 #endif // CONTENT_RENDERER_DOM_STORAGE_DOM_STORAGE_DISPATCHER_H_
OLDNEW
« no previous file with comments | « content/renderer/dom_automation_controller.h ('k') | content/renderer/dom_storage/webstoragearea_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698