Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2015 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 // A handful of resource-like constants related to the GCM Driver | |
|
sky
2015/10/30 15:36:51
nit: end sentences with '.'.
Also, no where could
Jitu( very slow this week)
2015/11/02 06:50:55
Done.
| |
| 6 | |
| 7 #ifndef COMPONENTS_GCM_DRIVER_GCM_DRIVER_CONSTANTS_H_ | |
| 8 | |
| 9 #include "base/files/file_path.h" | |
| 10 | |
| 11 namespace gcm_driver { | |
| 12 | |
| 13 extern const base::FilePath::CharType kGCMStoreDirname[]; | |
|
sky
2015/10/30 15:36:51
Please add comments.
Jitu( very slow this week)
2015/11/02 06:50:55
Done.
| |
| 14 | |
| 15 } // namespace gcm_driver | |
| 16 | |
| 17 #endif // COMPONENTS_GCM_DRIVER_GCM_DRIVER_CONSTANTS_H_ | |
| OLD | NEW |