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

Side by Side Diff: pdf/out_of_process_instance.h

Issue 399313006: Move bit_cast from base/macros.h to its own header (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix chromeos compile after r368203 Created 4 years, 11 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 | « net/quic/test_tools/mock_random.cc ('k') | ppapi/shared_impl/ppb_view_shared.cc » ('j') | 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 PDF_OUT_OF_PROCESS_INSTANCE_H_ 5 #ifndef PDF_OUT_OF_PROCESS_INSTANCE_H_
6 #define PDF_OUT_OF_PROCESS_INSTANCE_H_ 6 #define PDF_OUT_OF_PROCESS_INSTANCE_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 #include <string.h>
9 10
10 #include <queue> 11 #include <queue>
11 #include <set> 12 #include <set>
12 #include <string> 13 #include <string>
13 #include <utility> 14 #include <utility>
14 #include <vector> 15 #include <vector>
15 16
16 #include "base/macros.h" 17 #include "base/macros.h"
17 #include "base/memory/scoped_ptr.h" 18 #include "base/memory/scoped_ptr.h"
18 #include "pdf/paint_manager.h" 19 #include "pdf/paint_manager.h"
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 // The blank space above the first page of the document reserved for the 341 // The blank space above the first page of the document reserved for the
341 // toolbar. 342 // toolbar.
342 int top_toolbar_height_; 343 int top_toolbar_height_;
343 344
344 DISALLOW_COPY_AND_ASSIGN(OutOfProcessInstance); 345 DISALLOW_COPY_AND_ASSIGN(OutOfProcessInstance);
345 }; 346 };
346 347
347 } // namespace chrome_pdf 348 } // namespace chrome_pdf
348 349
349 #endif // PDF_OUT_OF_PROCESS_INSTANCE_H_ 350 #endif // PDF_OUT_OF_PROCESS_INSTANCE_H_
OLDNEW
« no previous file with comments | « net/quic/test_tools/mock_random.cc ('k') | ppapi/shared_impl/ppb_view_shared.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698