blob: 4db814148c62404b1ba1b6f814b7de9cf6170c5b (
plain)
1
2
3
4
5
6
7
8
9
10
|
// 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.
#ifndef UI_AURA_SHELL_STATUS_AREA_VIEW_H_
#define UI_AURA_SHELL_STATUS_AREA_VIEW_H_
#pragma once
#endif // UI_AURA_SHELL_STATUS_AREA_VIEW_H_
|