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

Side by Side Diff: chrome/browser/extensions/api/declarative/rules_registry_storage_delegate.h

Issue 10698144: Remove #pragma once from chrome/browser/extensions (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 CHROME_BROWSER_EXTENSIONS_API_DECLARATIVE_RULES_REGISTRY_STORAGE_DELEGAT E_H__ 5 #ifndef CHROME_BROWSER_EXTENSIONS_API_DECLARATIVE_RULES_REGISTRY_STORAGE_DELEGAT E_H__
6 #define CHROME_BROWSER_EXTENSIONS_API_DECLARATIVE_RULES_REGISTRY_STORAGE_DELEGAT E_H__ 6 #define CHROME_BROWSER_EXTENSIONS_API_DECLARATIVE_RULES_REGISTRY_STORAGE_DELEGAT E_H__
7 #pragma once
8 7
9 #include <string> 8 #include <string>
10 9
11 #include "base/memory/ref_counted.h" 10 #include "base/memory/ref_counted.h"
12 11
13 #include "chrome/browser/extensions/api/declarative/rules_registry_with_cache.h" 12 #include "chrome/browser/extensions/api/declarative/rules_registry_with_cache.h"
14 13
15 class Profile; 14 class Profile;
16 15
17 namespace extensions { 16 namespace extensions {
(...skipping 18 matching lines...) Expand all
36 35
37 private: 36 private:
38 class Inner; 37 class Inner;
39 38
40 scoped_refptr<Inner> inner_; 39 scoped_refptr<Inner> inner_;
41 }; 40 };
42 41
43 } // namespace extensions 42 } // namespace extensions
44 43
45 #endif // CHROME_BROWSER_EXTENSIONS_API_DECLARATIVE_RULES_REGISTRY_STORAGE_DELE GATE_H__ 44 #endif // CHROME_BROWSER_EXTENSIONS_API_DECLARATIVE_RULES_REGISTRY_STORAGE_DELE GATE_H__
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698