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

Unified Diff: base/metrics/nacl_histogram.h

Issue 6877053: Base: More adjustments to BASE_API and project dependencies to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/message_loop.h ('k') | base/string_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/metrics/nacl_histogram.h
===================================================================
--- base/metrics/nacl_histogram.h (revision 82052)
+++ base/metrics/nacl_histogram.h (working copy)
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -14,6 +14,8 @@
#define BASE_METRICS_NACL_HISTOGRAM_H_
#pragma once
+#include "base/base_api.h"
+
enum NaClHistogramValue {
FIRST_TAB_NACL_BASELINE, // First tab created - a baseline for NaCl starts.
NEW_TAB_NACL_BASELINE, // New tab created -- a baseline for NaCl starts.
@@ -23,7 +25,7 @@
// To log histogram data about NaCl.Startups, call this macro with
// a NaClHistogramValue passed in as |histogram_value|
-void UmaNaclHistogramEnumeration(NaClHistogramValue histogram_value);
+BASE_API void UmaNaclHistogramEnumeration(NaClHistogramValue histogram_value);
#endif // BASE_METRICS_NACL_HISTOGRAM_H_
« no previous file with comments | « base/message_loop.h ('k') | base/string_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698