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

Side by Side Diff: chrome/browser/tab_contents/web_drag_bookmark_handler_win.h

Issue 10693139: Remove #pragma once from chrome/browser/{tab_contents,password_manager,profiles,search_engines,noti… (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
« no previous file with comments | « chrome/browser/tab_contents/web_drag_bookmark_handler_mac.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_TAB_CONTENTS_WEB_DRAG_BOOKMARK_HANDLER_WIN_H_ 5 #ifndef CHROME_BROWSER_TAB_CONTENTS_WEB_DRAG_BOOKMARK_HANDLER_WIN_H_
6 #define CHROME_BROWSER_TAB_CONTENTS_WEB_DRAG_BOOKMARK_HANDLER_WIN_H_ 6 #define CHROME_BROWSER_TAB_CONTENTS_WEB_DRAG_BOOKMARK_HANDLER_WIN_H_
7 #pragma once
8 7
9 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
10 #include "chrome/browser/bookmarks/bookmark_node_data.h" 9 #include "chrome/browser/bookmarks/bookmark_node_data.h"
11 #include "content/public/browser/web_drag_dest_delegate.h" 10 #include "content/public/browser/web_drag_dest_delegate.h"
12 11
13 class TabContents; 12 class TabContents;
14 13
15 // Chrome needs to intercept content drag events so it can dispatch them to the 14 // Chrome needs to intercept content drag events so it can dispatch them to the
16 // bookmarks and extensions system. 15 // bookmarks and extensions system.
17 class WebDragBookmarkHandlerWin : public content::WebDragDestDelegate { 16 class WebDragBookmarkHandlerWin : public content::WebDragDestDelegate {
(...skipping 13 matching lines...) Expand all
31 private: 30 private:
32 // The TabContents. 31 // The TabContents.
33 // Weak reference; may be NULL if the contents aren't contained in a 32 // Weak reference; may be NULL if the contents aren't contained in a
34 // TabContents (e.g. WebUI dialogs). 33 // TabContents (e.g. WebUI dialogs).
35 TabContents* tab_; 34 TabContents* tab_;
36 35
37 DISALLOW_COPY_AND_ASSIGN(WebDragBookmarkHandlerWin); 36 DISALLOW_COPY_AND_ASSIGN(WebDragBookmarkHandlerWin);
38 }; 37 };
39 38
40 #endif // CHROME_BROWSER_TAB_CONTENTS_WEB_DRAG_BOOKMARK_HANDLER_WIN_H_ 39 #endif // CHROME_BROWSER_TAB_CONTENTS_WEB_DRAG_BOOKMARK_HANDLER_WIN_H_
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/web_drag_bookmark_handler_mac.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698