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

Side by Side Diff: base/android/library_loader/library_load_from_apk_status_codes.h

Issue 985003004: base: Fix/add header #ifndef guards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: headers: . Created 5 years, 9 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef BASE_ANDROID_LIBRARY_LOAD_FROM_APK_STATUS_CODES_H_ 5 #ifndef BASE_ANDROID_LIBRARY_LOADER_LIBRARY_LOAD_FROM_APK_STATUS_CODES_H_
6 #define BASE_ANDROID_LIBRARY_LOAD_FROM_APK_STATUS_CODES_H_ 6 #define BASE_ANDROID_LIBRARY_LOADER_LIBRARY_LOAD_FROM_APK_STATUS_CODES_H_
7 7
8 namespace base { 8 namespace base {
9 namespace android { 9 namespace android {
10 10
11 namespace { 11 namespace {
12 12
13 // This enum must be kept in sync with the LibraryLoadFromApkStatus enum in 13 // This enum must be kept in sync with the LibraryLoadFromApkStatus enum in
14 // tools/metrics/histograms/histograms.xml. 14 // tools/metrics/histograms/histograms.xml.
15 // GENERATED_JAVA_ENUM_PACKAGE: org.chromium.base.library_loader 15 // GENERATED_JAVA_ENUM_PACKAGE: org.chromium.base.library_loader
16 enum LibraryLoadFromApkStatusCodes { 16 enum LibraryLoadFromApkStatusCodes {
(...skipping 19 matching lines...) Expand all
36 36
37 // End sentinel. 37 // End sentinel.
38 LIBRARY_LOAD_FROM_APK_STATUS_CODES_MAX = 6, 38 LIBRARY_LOAD_FROM_APK_STATUS_CODES_MAX = 6,
39 }; 39 };
40 40
41 } // namespace 41 } // namespace
42 42
43 } // namespace android 43 } // namespace android
44 } // namespace base 44 } // namespace base
45 45
46 #endif // BASE_ANDROID_LIBRARY_LOAD_FROM_APK_STATUS_CODES_H_ 46 #endif // BASE_ANDROID_LIBRARY_LOADER_LIBRARY_LOAD_FROM_APK_STATUS_CODES_H_
OLDNEW
« no previous file with comments | « base/android/jni_generator/sample_for_tests.h ('k') | base/android/library_loader/library_loader_hooks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698