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

Side by Side Diff: content/test/fake_compositor_dependencies.h

Issue 942963003: Cleanup: Fix content header include guards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 9 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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_TEST_FAKE_COMPOSITOR_DEPENDENCIES_H__ 5 #ifndef CONTENT_TEST_FAKE_COMPOSITOR_DEPENDENCIES_H_
6 #define CONTENT_TEST_FAKE_COMPOSITOR_DEPENDENCIES_H__ 6 #define CONTENT_TEST_FAKE_COMPOSITOR_DEPENDENCIES_H_
7 7
8 #include "cc/test/test_gpu_memory_buffer_manager.h" 8 #include "cc/test/test_gpu_memory_buffer_manager.h"
9 #include "cc/test/test_shared_bitmap_manager.h" 9 #include "cc/test/test_shared_bitmap_manager.h"
10 #include "content/renderer/gpu/compositor_dependencies.h" 10 #include "content/renderer/gpu/compositor_dependencies.h"
11 #include "content/test/fake_renderer_scheduler.h" 11 #include "content/test/fake_renderer_scheduler.h"
12 12
13 namespace content { 13 namespace content {
14 14
15 class FakeCompositorDependencies : public CompositorDependencies { 15 class FakeCompositorDependencies : public CompositorDependencies {
16 public: 16 public:
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 cc::TestSharedBitmapManager shared_bitmap_manager_; 48 cc::TestSharedBitmapManager shared_bitmap_manager_;
49 cc::TestGpuMemoryBufferManager gpu_memory_buffer_manager_; 49 cc::TestGpuMemoryBufferManager gpu_memory_buffer_manager_;
50 FakeRendererScheduler renderer_scheduler_; 50 FakeRendererScheduler renderer_scheduler_;
51 bool use_single_thread_scheduler_; 51 bool use_single_thread_scheduler_;
52 52
53 DISALLOW_COPY_AND_ASSIGN(FakeCompositorDependencies); 53 DISALLOW_COPY_AND_ASSIGN(FakeCompositorDependencies);
54 }; 54 };
55 55
56 } // namespace content 56 } // namespace content
57 57
58 #endif // CONTENT_TEST_FAKE_COMPOSITOR_DEPENDENCIES_H__ 58 #endif // CONTENT_TEST_FAKE_COMPOSITOR_DEPENDENCIES_H_
OLDNEW
« no previous file with comments | « content/shell/renderer/test_runner/web_test_runner.h ('k') | content/test/fileapi_test_file_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698