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

Side by Side Diff: components/gcm_driver/gcm_driver_constants.h

Issue 1425783002: Componentizing GcmProfileService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added DCHECK instead of CHECK Created 5 years, 1 month 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
OLDNEW
(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_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698