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

Side by Side Diff: o3d/gpu_plugin/np_utils/base_np_object_mock.cc

Issue 196032: Replaced BaseNPObject with DefaultNPObject because...... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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
(Empty)
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
3 // found in the LICENSE file.
4
5 #include "o3d/gpu_plugin/np_utils/base_np_object_mock.h"
6
7 namespace o3d {
8 namespace gpu_plugin {
9
10 int MockBaseNPObject::count_ = 0;
11
12 } // namespace gpu_plugin
13 } // namespace o3d
OLDNEW
« no previous file with comments | « o3d/gpu_plugin/np_utils/base_np_object_mock.h ('k') | o3d/gpu_plugin/np_utils/base_np_object_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698