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

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

Issue 274040: More style nits. (Closed)
Patch Set: Created 11 years, 2 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
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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_SOURCE_H_ 5 #ifndef CHROME_BROWSER_TAB_CONTENTS_WEB_DRAG_SOURCE_H_
6 #define CHROME_BROWSER_TAB_CONTENTS_WEB_DRAG_SOURCE_H_ 6 #define CHROME_BROWSER_TAB_CONTENTS_WEB_DRAG_SOURCE_H_
7 7
8 #include "app/gfx/native_widget_types.h" 8 #include "app/gfx/native_widget_types.h"
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "base/gfx/point.h" 10 #include "base/gfx/point.h"
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 // We use this as a channel to the renderer to tell it about various drag 58 // We use this as a channel to the renderer to tell it about various drag
59 // drop events that it needs to know about (such as when a drag operation it 59 // drop events that it needs to know about (such as when a drag operation it
60 // initiated terminates). 60 // initiated terminates).
61 RenderViewHost* render_view_host_; 61 RenderViewHost* render_view_host_;
62 62
63 NotificationRegistrar registrar_; 63 NotificationRegistrar registrar_;
64 64
65 DISALLOW_COPY_AND_ASSIGN(WebDragSource); 65 DISALLOW_COPY_AND_ASSIGN(WebDragSource);
66 }; 66 };
67 67
68 #endif // #ifndef CHROME_BROWSER_TAB_CONTENTS_WEB_DRAG_SOURCE_H_ 68 #endif // CHROME_BROWSER_TAB_CONTENTS_WEB_DRAG_SOURCE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698