OLD | NEW |
---|---|
(Empty) | |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | |
aurimas (slooooooooow)
2013/02/15 19:08:35
2013
apiccion
2013/02/26 23:51:51
Done.
| |
2 // Use of this source code is governed by a BSD-style license that can be | |
3 // found in the LICENSE file. | |
4 | |
5 #ifndef CHROME_BROWSER_AUTOFILL_PERSONAL_DATA_MANAGER_ANDROID_H_ | |
6 #define CHROME_BROWSER_AUTOFILL_PERSONAL_DATA_MANAGER_ANDROID_H_ | |
7 | |
8 #include <jni.h> | |
9 | |
10 bool RegisterPersonalDataManager(JNIEnv* env); | |
11 | |
12 #endif // CHROME_BROWSER_AUTOFILL_PERSONAL_DATA_MANAGER_ANDROID_H_ | |
13 | |
aurimas (slooooooooow)
2013/02/15 19:16:13
Remove this empty line
apiccion
2013/02/26 23:51:51
Done.
| |
OLD | NEW |