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

Side by Side Diff: chrome/browser/extensions/browser_action_test_util.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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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_BROWSER_ACTION_TEST_UTIL_H_ 5 #ifndef CHROME_BROWSER_EXTENSIONS_BROWSER_ACTION_TEST_UTIL_H_
6 #define CHROME_BROWSER_EXTENSIONS_BROWSER_ACTION_TEST_UTIL_H_ 6 #define CHROME_BROWSER_EXTENSIONS_BROWSER_ACTION_TEST_UTIL_H_
7 #pragma once
8 7
9 #include <string> 8 #include <string>
10 9
11 #include "build/build_config.h" 10 #include "build/build_config.h"
12 11
13 class Browser; 12 class Browser;
14 class ExtensionAction; 13 class ExtensionAction;
15 14
16 namespace gfx { 15 namespace gfx {
17 class Rect; 16 class Rect;
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 static gfx::Size GetMinPopupSize(); 62 static gfx::Size GetMinPopupSize();
64 63
65 // Returns the maximum allowed size of an extension popup. 64 // Returns the maximum allowed size of an extension popup.
66 static gfx::Size GetMaxPopupSize(); 65 static gfx::Size GetMaxPopupSize();
67 66
68 private: 67 private:
69 Browser* browser_; // weak 68 Browser* browser_; // weak
70 }; 69 };
71 70
72 #endif // CHROME_BROWSER_EXTENSIONS_BROWSER_ACTION_TEST_UTIL_H_ 71 #endif // CHROME_BROWSER_EXTENSIONS_BROWSER_ACTION_TEST_UTIL_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/autoupdate_interceptor.h ('k') | chrome/browser/extensions/browser_extension_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698