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

Side by Side Diff: content/browser/android/content_settings.h

Issue 10696166: Remove #pragma once from content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 CONTENT_BROWSER_ANDROID_CONTENT_SETTINGS_H_ 5 #ifndef CONTENT_BROWSER_ANDROID_CONTENT_SETTINGS_H_
6 #define CONTENT_BROWSER_ANDROID_CONTENT_SETTINGS_H_ 6 #define CONTENT_BROWSER_ANDROID_CONTENT_SETTINGS_H_
7 #pragma once
8 7
9 #include <jni.h> 8 #include <jni.h>
10 9
11 #include "base/android/scoped_java_ref.h" 10 #include "base/android/scoped_java_ref.h"
12 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
13 #include "content/public/browser/web_contents_observer.h" 12 #include "content/public/browser/web_contents_observer.h"
14 13
15 namespace content { 14 namespace content {
16 15
17 class ContentSettings : public WebContentsObserver { 16 class ContentSettings : public WebContentsObserver {
(...skipping 28 matching lines...) Expand all
46 // Java field references for accessing the values in the Java object. 45 // Java field references for accessing the values in the Java object.
47 scoped_ptr<FieldIds> field_ids_; 46 scoped_ptr<FieldIds> field_ids_;
48 47
49 // The Java counterpart to this class. 48 // The Java counterpart to this class.
50 base::android::ScopedJavaGlobalRef<jobject> content_settings_; 49 base::android::ScopedJavaGlobalRef<jobject> content_settings_;
51 }; 50 };
52 51
53 } // namespace content 52 } // namespace content
54 53
55 #endif // CONTENT_BROWSER_ANDROID_CONTENT_SETTINGS_H_ 54 #endif // CONTENT_BROWSER_ANDROID_CONTENT_SETTINGS_H_
OLDNEW
« no previous file with comments | « content/browser/android/android_browser_process.h ('k') | content/browser/android/content_startup_flags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698