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

Side by Side Diff: chrome/browser/extensions/extension_debugger_api.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 // Defines the Chrome Extensions Debugger API functions for attaching debugger 5 // Defines the Chrome Extensions Debugger API functions for attaching debugger
6 // to the page. 6 // to the page.
7 7
8 #ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_DEBUGGER_API_H_ 8 #ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_DEBUGGER_API_H_
9 #define CHROME_BROWSER_EXTENSIONS_EXTENSION_DEBUGGER_API_H_ 9 #define CHROME_BROWSER_EXTENSIONS_EXTENSION_DEBUGGER_API_H_
10 #pragma once
11 10
12 #include <string> 11 #include <string>
13 12
14 #include "chrome/browser/extensions/extension_function.h" 13 #include "chrome/browser/extensions/extension_function.h"
15 14
16 // Base debugger function. 15 // Base debugger function.
17 16
18 class ExtensionDevToolsClientHost; 17 class ExtensionDevToolsClientHost;
19 18
20 namespace base { 19 namespace base {
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 void SendResponseBody(base::DictionaryValue* dictionary); 74 void SendResponseBody(base::DictionaryValue* dictionary);
76 75
77 protected: 76 protected:
78 virtual ~SendCommandDebuggerFunction(); 77 virtual ~SendCommandDebuggerFunction();
79 78
80 // ExtensionFunction: 79 // ExtensionFunction:
81 virtual bool RunImpl() OVERRIDE; 80 virtual bool RunImpl() OVERRIDE;
82 }; 81 };
83 82
84 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_DEBUGGER_API_H_ 83 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_DEBUGGER_API_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_data_deleter.h ('k') | chrome/browser/extensions/extension_debugger_api_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698