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

Side by Side Diff: content/renderer/render_view_impl.h

Issue 10696166: Remove #pragma once from content (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 CONTENT_RENDERER_RENDER_VIEW_IMPL_H_ 5 #ifndef CONTENT_RENDERER_RENDER_VIEW_IMPL_H_
6 #define CONTENT_RENDERER_RENDER_VIEW_IMPL_H_ 6 #define CONTENT_RENDERER_RENDER_VIEW_IMPL_H_
7 #pragma once
8 7
9 #include <deque> 8 #include <deque>
10 #include <map> 9 #include <map>
11 #include <set> 10 #include <set>
12 #include <string> 11 #include <string>
13 #include <vector> 12 #include <vector>
14 13
15 #include "base/basictypes.h" 14 #include "base/basictypes.h"
16 #include "base/gtest_prod_util.h" 15 #include "base/gtest_prod_util.h"
17 #include "base/id_map.h" 16 #include "base/id_map.h"
(...skipping 1414 matching lines...) Expand 10 before | Expand all | Expand 10 after
1432 // bunch of stuff, you should probably create a helper class and put your 1431 // bunch of stuff, you should probably create a helper class and put your
1433 // data and methods on that to avoid bloating RenderView more. You can 1432 // data and methods on that to avoid bloating RenderView more. You can
1434 // use the Observer interface to filter IPC messages and receive frame change 1433 // use the Observer interface to filter IPC messages and receive frame change
1435 // notifications. 1434 // notifications.
1436 // --------------------------------------------------------------------------- 1435 // ---------------------------------------------------------------------------
1437 1436
1438 DISALLOW_COPY_AND_ASSIGN(RenderViewImpl); 1437 DISALLOW_COPY_AND_ASSIGN(RenderViewImpl);
1439 }; 1438 };
1440 1439
1441 #endif // CONTENT_RENDERER_RENDER_VIEW_IMPL_H_ 1440 #endif // CONTENT_RENDERER_RENDER_VIEW_IMPL_H_
OLDNEW
« no previous file with comments | « content/renderer/render_thread_impl.h ('k') | content/renderer/render_view_mouse_lock_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698