Reland the ULONG -> SIZE_T change from 317177
[chromium-blink-merge.git] / extensions / browser / api / idle / idle_api_constants.cc
blob49ef095036576def7f922ae20c785284be4ddcd5
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
3 // found in the LICENSE file.
5 #include "extensions/browser/api/idle/idle_api_constants.h"
7 namespace extensions {
8 namespace idle_api_constants {
10 const char kStateActive[] = "active";
11 const char kStateIdle[] = "idle";
12 const char kStateLocked[] = "locked";
14 } // namespace idle_api_constants
15 } // namespace extensions